X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4014-format-patch.sh;h=7f267f9ed1d888eeb4b3c780a048c7d09e29db3b;hb=261fbda903762b9c47e4138312673ea25555d9e5;hp=5689d590fd80e0c664000f573c64262b54243982;hpb=3fa384d27e79d4731a9188716f566fa423a8ff50;p=git.git diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh index 5689d590f..7f267f9ed 100755 --- a/t/t4014-format-patch.sh +++ b/t/t4014-format-patch.sh @@ -549,9 +549,7 @@ test_expect_success 'options no longer allowed for format-patch' ' test_cmp expect.check output' test_expect_success 'format-patch --numstat should produce a patch' ' - git format-patch --numstat --stdout master..side | - grep "^diff --git a/" | - wc -l | - xargs test 6 = ' + git format-patch --numstat --stdout master..side > output && + test 6 = $(grep "^diff --git a/" output | wc -l)' test_done