X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft9902-completion.sh;h=e90ac565e13d9432b5fe5c762a63adfc8181b9fd;hb=b75ba9bbd13877ff3351e150d3d053baec81f0db;hp=54f8ce18cb9e510edaf7d21f70ddb075a55304e3;hpb=980351d1ac4e9eedb65d5ad17f09ff351dba9cbe;p=thirdparty%2Fgit.git diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 54f8ce18cb..e90ac565e1 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -1548,7 +1548,10 @@ test_expect_success 'complete tree filename with metacharacters' ' ' test_expect_success PERL 'send-email' ' - test_completion "git send-email --cov" "--cover-letter " && + test_completion "git send-email --cov" <<-\EOF && + --cover-from-description=Z + --cover-letter Z + EOF test_completion "git send-email ma" "master " '