Skip to content

Commit 3731231

Browse files
avargitster
authored andcommitted
t/t9001-send-email.sh: Remove needless PROG=* assignment
Remove the PROG=* assignment from t9001-send-email.sh. It's been there since v1.4.0-rc1~30 when the test was originally added, but only tests that source annotate-tests.sh need it, it was seemingly introduced to this test via copy/paste coding. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 900eab4 commit 3731231

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t9001-send-email.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if ! test_have_prereq PERL; then
88
test_done
99
fi
1010

11-
PROG='git send-email'
1211
test_expect_success \
1312
'prepare reference tree' \
1413
'echo "1A quick brown fox jumps over the" >file &&

0 commit comments

Comments
 (0)