X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4020-diff-external.sh;h=a7602cf923d95a51643753ce44fa65cf406aba9c;hb=905bf7742cf5f4a6dea2e75ba2dbd89d5dfaa793;hp=4ea42e00dad9bf15e221e6eac5d91748cb0a07e7;hpb=e532e7b08f3de1a590db909c2c93532c2a39e9ae;p=git.git diff --git a/t/t4020-diff-external.sh b/t/t4020-diff-external.sh index 4ea42e00d..a7602cf92 100755 --- a/t/t4020-diff-external.sh +++ b/t/t4020-diff-external.sh @@ -166,7 +166,7 @@ test_expect_success 'diff --cached' ' git update-index --assume-unchanged file && echo second >file && git diff --cached >actual && - test_cmp ../t4020/diff.NUL actual + test_cmp "$TEST_DIRECTORY"/t4020/diff.NUL actual ' test_done