Merge branch 'maint-1.6.6' into maint
* maint-1.6.6: t3301-notes: insert a shbang line in ./fake_editor.sh
This commit is contained in:
@ -8,6 +8,7 @@ test_description='Test commit notes'
|
|||||||
. ./test-lib.sh
|
. ./test-lib.sh
|
||||||
|
|
||||||
cat > fake_editor.sh << \EOF
|
cat > fake_editor.sh << \EOF
|
||||||
|
#!/bin/sh
|
||||||
echo "$MSG" > "$1"
|
echo "$MSG" > "$1"
|
||||||
echo "$MSG" >& 2
|
echo "$MSG" >& 2
|
||||||
EOF
|
EOF
|
||||||
|
Reference in New Issue
Block a user