Skip to content

Commit

Permalink
Fixed minor typo in t/t9001-send-email.sh test command line.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Glenn Rempe authored and Junio C Hamano committed Sep 25, 2007
1 parent 15eda02 commit 85d81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9001-send-email.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85d81a7

Please sign in to comment.