X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4014-format-patch.sh;h=c3cdb5205350985f3362268b0cd63bc59bee2444;hb=fa38cfc2c6ce197960f85798aac18ee78aa83f1f;hp=9c663677df0887cc09ce2c8277ec300e8de4eaaa;hpb=785d6989dac6a61eabdc06c781ee0f47d10f36c0;p=git.git diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh index 9c663677d..c3cdb5205 100755 --- a/t/t4014-format-patch.sh +++ b/t/t4014-format-patch.sh @@ -614,7 +614,7 @@ echo "fatal: --name-only does not make sense" > expect.name-only echo "fatal: --name-status does not make sense" > expect.name-status echo "fatal: --check does not make sense" > expect.check -test_expect_success 'options no longer allowed for format-patch' ' +test_expect_success C_LOCALE_OUTPUT 'options no longer allowed for format-patch' ' test_must_fail git format-patch --name-only 2> output && test_cmp expect.name-only output && test_must_fail git format-patch --name-status 2> output &&