summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15eda02)
raw | patch | inline | side by side (parent: 15eda02)
author | Glenn Rempe <glenn@rempe.us> | |
Mon, 24 Sep 2007 20:33:38 +0000 (13:33 -0700) | ||
committer | Junio 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>
Signed-off-by: Glenn Rempe <glenn@rempe.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh | patch | blob | history |
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index e9ea33c18d8e0ffa2612e52748bbab4bf13ef513..83f94702025276ffea4400490630e64c9eef068b 100755 (executable)
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
'
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