X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4105-apply-fuzz.sh;h=3266e394003958b62509b7bfe6652abd03fdfcb7;hb=a26df4cd2fdad7451d4ec99f8a339b9e107a4728;hp=0e8d25f18b0ccf027735017227d9eed10d01bc8b;hpb=ad416ed433fdcf838916a84177fe9e810be19eff;p=git.git diff --git a/t/t4105-apply-fuzz.sh b/t/t4105-apply-fuzz.sh index 0e8d25f18..3266e3940 100755 --- a/t/t4105-apply-fuzz.sh +++ b/t/t4105-apply-fuzz.sh @@ -9,7 +9,7 @@ dotest () { test_expect_success "$name" " git checkout-index -f -q -u file && git apply $* && - diff -u expect file + test_cmp expect file " }