X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4014-format-patch.sh;h=d21c37f3a20c42b05044e45c5e5af71294c8420c;hb=4c926b37c21a088163871bb8e6ccdfc4b4952e34;hp=c7b625642dd57f4bcb6f7c5aa240cc9c32e15af8;hpb=954f7cfdac48b8d9fe91c29ecfa44ac0c639867c;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