X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4115-apply-symlink.sh;h=9ace578f17a07aafc050ccaf935aef8a4a3cab4e;hb=74b11bc3beca489502d0840e4c558a5fcc44e145;hp=a07ff42c2ff8e9a918d83435043a73f6404a9a9e;hpb=f8db7884286232274c8e7c7d82a35a2478b097d3;p=git.git diff --git a/t/t4115-apply-symlink.sh b/t/t4115-apply-symlink.sh index a07ff42c2..9ace578f1 100755 --- a/t/t4115-apply-symlink.sh +++ b/t/t4115-apply-symlink.sh @@ -33,7 +33,7 @@ test_expect_success 'apply symlink patch' ' git checkout side && git apply patch && git diff-files -p >patched && - git diff patch patched + test_cmp patch patched ' @@ -42,7 +42,7 @@ test_expect_success 'apply --index symlink patch' ' git checkout -f side && git apply --index patch && git diff-index --cached -p HEAD >patched && - git diff patch patched + test_cmp patch patched '