]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9902-completion.sh
Merge branch 'dl/format-patch-cover-from-desc'
[thirdparty/git.git] / t / t9902-completion.sh
index 54f8ce18cb9e510edaf7d21f70ddb075a55304e3..e90ac565e13d9432b5fe5c762a63adfc8181b9fd 100755 (executable)
@@ -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 "
 '