X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft4004-diff-rename-symlink.sh;h=a23aaa0a9471c68b233480cf34c7115d1f40e154;hb=933e4f090dd39d44279f155f7a7347ff34964d2d;hp=f59614ae255b33f450a784200716c9fd63b0a054;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/t/t4004-diff-rename-symlink.sh b/t/t4004-diff-rename-symlink.sh index f59614ae..a23aaa0a 100755 --- a/t/t4004-diff-rename-symlink.sh +++ b/t/t4004-diff-rename-symlink.sh @@ -10,6 +10,7 @@ copy of symbolic links, but should not produce rename/copy followed by an edit for them. ' . ./test-lib.sh +. ../diff-lib.sh test_expect_success \ 'prepare reference tree' \ @@ -61,6 +62,6 @@ EOF test_expect_success \ 'validate diff output' \ - 'diff -u current expected' + 'compare_diff_patch current expected' test_done