X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3301-notes.sh;h=714626d2d61ea95465b838595fe9b5e32b8f55b1;hb=6c4ee2244aea924b6d04b4753ca8c7709e8e5f90;hp=5d9604b8155401a2e345a69a5d030cffd7d16818;hpb=eb0bcd0fbe34befe7648a398efc7f4156b07da48;p=git.git diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index 5d9604b81..714626d2d 100755 --- a/t/t3301-notes.sh +++ b/t/t3301-notes.sh @@ -8,6 +8,7 @@ test_description='Test commit notes' . ./test-lib.sh cat > fake_editor.sh << \EOF +#!/bin/sh echo "$MSG" > "$1" echo "$MSG" >& 2 EOF