summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2007-09-25 00:30:33 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-09-25 00:30:33 -0700
commit41ef95aea7c8d8a337af693b601511e099cc468f (patch)
tree7c108f9cd0a30983f3397491763c85507e0b2875 /t
parentStart RelNotes for 1.5.4 (diff)
parentDo not over-quote the -f envelopesender value. (diff)
downloadtgif-41ef95aea7c8d8a337af693b601511e099cc468f.tar.xz
Merge branch 'maint'
* maint: Do not over-quote the -f envelopesender value. unexpected Make output (e.g. from --debug) causes build failure Fixed minor typo in t/t9001-send-email.sh test command line.
Diffstat (limited to 't')
-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