mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
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>
This commit is contained in:
parent
15eda0202a
commit
85d81a757e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user