diff options
Diffstat (limited to 't/t4105-apply-fuzz.sh')
-rwxr-xr-x | t/t4105-apply-fuzz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4105-apply-fuzz.sh b/t/t4105-apply-fuzz.sh index 0e8d25f18b..3266e39400 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 " } |