diff options
Diffstat (limited to 't/t4013-diff-various.sh')
| -rwxr-xr-x | t/t4013-diff-various.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh index 6b4d1c52bb..9337b81064 100755 --- a/t/t4013-diff-various.sh +++ b/t/t4013-diff-various.sh @@ -112,7 +112,7 @@ do  		} >"$actual" &&  		if test -f "$expect"  		then -			git diff "$expect" "$actual" && +			test_cmp "$expect" "$actual" &&  			rm -f "$actual"  		else  			# this is to help developing new tests. @@ -257,6 +257,7 @@ diff --patch-with-raw initial..side  diff --patch-with-stat -r initial..side  diff --patch-with-raw -r initial..side  diff --name-status dir2 dir +diff --no-index --name-status dir2 dir  EOF  test_done | 
