X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft4014-format-patch.sh;h=d21c37f3a20c42b05044e45c5e5af71294c8420c;hb=f9a518e884b62a76dde3b30aa5d0ac22381f47a8;hp=c7b625642dd57f4bcb6f7c5aa240cc9c32e15af8;hpb=4503bd5c3732b142667e14d214c21c46e8f3eeaa;p=git.git diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh index c7b625642..d21c37f3a 100755 --- a/t/t4014-format-patch.sh +++ b/t/t4014-format-patch.sh @@ -609,4 +609,8 @@ test_expect_success 'format-patch -- ' ' ! grep "Use .--" error ' +test_expect_success 'format-patch --ignore-if-in-upstream HEAD' ' + git format-patch --ignore-if-in-upstream HEAD +' + test_done