X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=t%2Ft4118-apply-empty-context.sh;h=27cc6f2b88974051cd521755800342e375d84af7;hb=dca3957b8581ffd0faab135191bbee3029953bd2;hp=e78b1a1a79069c70f23f4f71c9aa7305e128fd3f;hpb=75c962c99a9115d489549ad9b8419d3e37e85f02;p=git.git diff --git a/t/t4118-apply-empty-context.sh b/t/t4118-apply-empty-context.sh index e78b1a1a7..27cc6f2b8 100755 --- a/t/t4118-apply-empty-context.sh +++ b/t/t4118-apply-empty-context.sh @@ -38,7 +38,7 @@ test_expect_success 'apply --numstat' ' echo "0 1 file1" && echo "0 1 file2" } >expect && - diff -u expect actual + git diff expect actual ' @@ -48,8 +48,8 @@ test_expect_success 'apply --apply' ' cat file2.orig >file2 && git update-index file1 file2 && git apply --index diff.output && - diff -u file1.mods file1 && - diff -u file2.mods file2 + git diff file1.mods file1 && + git diff file2.mods file2 ' test_done