summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-08-13 20:40:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-18 19:43:23 (GMT)
commit3731231d4c81d1234d231e2a82f3720f10bdbe76 (patch)
tree266a178e438fda985fdee5859cf6f7ead0c15ed1 /t/t9001-send-email.sh
parent900eab442721087c2ca620caab0d1be0cc20c6df (diff)
downloadgit-3731231d4c81d1234d231e2a82f3720f10bdbe76.zip
git-3731231d4c81d1234d231e2a82f3720f10bdbe76.tar.gz
git-3731231d4c81d1234d231e2a82f3720f10bdbe76.tar.bz2
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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9001-send-email.sh')
-rwxr-xr-xt/t9001-send-email.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 23597cc..6525d1d 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -8,7 +8,6 @@ if ! test_have_prereq PERL; then
test_done
fi
-PROG='git send-email'
test_expect_success \
'prepare reference tree' \
'echo "1A quick brown fox jumps over the" >file &&