summaryrefslogtreecommitdiffstats
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorGlenn Rempe <glenn@rempe.us>2007-09-24 22:33:38 +0200
committerJunio C Hamano <gitster@pobox.com>2007-09-25 08:01:42 +0200
commit85d81a757e495fe74d8a403f813d3748e832c112 (patch)
treec90c9205e9002b807bc2752b42bbe3d8511b5269 /t/t9001-send-email.sh
parentMerge branch 'maint' of git://linux-nfs.org/~bfields/git into maint (diff)
downloadgit-85d81a757e495fe74d8a403f813d3748e832c112.tar.xz
git-85d81a757e495fe74d8a403f813d3748e832c112.zip
Fixed minor typo in t/t9001-send-email.sh test command line.
The git-send-email command line in the test was missing a single hyphen. Signed-off-by: Glenn Rempe <glenn@rempe.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rwxr-xr-xt/t9001-send-email.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index e9ea33c18d..83f9470202 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -30,7 +30,7 @@ test_expect_success 'Extract patches' '
'
test_expect_success 'Send patches' '
- git send-email -from="Example <nobody@example.com>" --to=nobody@example.com --smtp-server="$(pwd)/fake.sendmail" $patches 2>errors
+ git send-email --from="Example <nobody@example.com>" --to=nobody@example.com --smtp-server="$(pwd)/fake.sendmail" $patches 2>errors
'
cat >expected <<\EOF