]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Fixed minor typo in t/t9001-send-email.sh test command line.
authorGlenn Rempe <glenn@rempe.us>
Mon, 24 Sep 2007 20:33:38 +0000 (13:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2007 06:01:42 +0000 (23:01 -0700)
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>
t/t9001-send-email.sh

index e9ea33c18d8e0ffa2612e52748bbab4bf13ef513..83f94702025276ffea4400490630e64c9eef068b 100755 (executable)
@@ -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