summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2012-10-16 00:21:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-16 18:51:03 (GMT)
commit2f65494d84fa9d250595e6c02d9e977c512cc09c (patch)
tree9772f28d0f84e28e138635f4c02e0610b0d87dd1 /t/t9902-completion.sh
parent42e55a5f5709642cb7a56ecad8b706341f0eb38a (diff)
downloadgit-2f65494d84fa9d250595e6c02d9e977c512cc09c.zip
git-2f65494d84fa9d250595e6c02d9e977c512cc09c.tar.gz
git-2f65494d84fa9d250595e6c02d9e977c512cc09c.tar.bz2
completion: add format-patch options to send-email
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9902-completion.sh')
-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 cbd0fb6..8fa025f 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