summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-11-09 12:50:45 -0500
committerJeff King <peff@peff.net>2012-11-09 12:50:45 -0500
commitd9253f2bc8b17249a433494a54dbe0d22ae8c5d0 (patch)
treea592942b52407478729a250c9f5e8c2f545e35b7 /t
parent3aedff6b60a29f42bc168c45e42cb1da88ecfc41 (diff)
parent2f65494d84fa9d250595e6c02d9e977c512cc09c (diff)
downloadgit-d9253f2bc8b17249a433494a54dbe0d22ae8c5d0.tar.gz
Merge branch 'fc/completion-send-email-with-format-patch'
* fc/completion-send-email-with-format-patch: completion: add format-patch options to send-email
Diffstat (limited to 't')
-rwxr-xr-xt/t9902-completion.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh
index cbd0fb66f9..8fa025f9d4 100755
--- a/t/t9902-completion.sh
+++ b/t/t9902-completion.sh
@@ -288,4 +288,9 @@ test_expect_failure 'complete tree filename with metacharacters' '
EOF
'
+test_expect_success 'send-email' '
+ test_completion "git send-email --cov" "--cover-letter " &&
+ test_completion "git send-email ma" "master "
+'
+
test_done