diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-21 08:40:59 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-21 08:40:59 +0200 |
commit | f02fa3360510c6a2b75d2b52b8d1636788ab2605 (patch) | |
tree | 08b0cdb22e425d50d804d5ea1d301217b2be0a2c /t/t4015-diff-whitespace.sh | |
parent | Merge branch 'js/parallel-test' (diff) | |
parent | tests: use $TEST_DIRECTORY to refer to the t/ directory (diff) | |
download | git-f02fa3360510c6a2b75d2b52b8d1636788ab2605.tar.xz git-f02fa3360510c6a2b75d2b52b8d1636788ab2605.zip |
Merge branch 'jc/test-deeper'
* jc/test-deeper:
tests: use $TEST_DIRECTORY to refer to the t/ directory
Diffstat (limited to 't/t4015-diff-whitespace.sh')
-rwxr-xr-x | t/t4015-diff-whitespace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4015-diff-whitespace.sh b/t/t4015-diff-whitespace.sh index ec98509fd2..f9eb67d835 100755 --- a/t/t4015-diff-whitespace.sh +++ b/t/t4015-diff-whitespace.sh @@ -7,7 +7,7 @@ test_description='Test special whitespace in diff engine. ' . ./test-lib.sh -. ../diff-lib.sh +. "$TEST_DIRECTORY"/diff-lib.sh # Ray Lehtiniemi's example |