diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-20 23:40:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-20 23:40:59 -0700 |
commit | f02fa3360510c6a2b75d2b52b8d1636788ab2605 (patch) | |
tree | 08b0cdb22e425d50d804d5ea1d301217b2be0a2c /t/t4027-diff-submodule.sh | |
parent | 6da9d5bf47de3fdea23447259a2f1ab220a1b18f (diff) | |
parent | bfdbee98109c5ad2dbbc392e7eed1ae688acc039 (diff) | |
download | git-f02fa3360510c6a2b75d2b52b8d1636788ab2605.tar.gz |
Merge branch 'jc/test-deeper'
* jc/test-deeper:
tests: use $TEST_DIRECTORY to refer to the t/ directory
Diffstat (limited to 't/t4027-diff-submodule.sh')
-rwxr-xr-x | t/t4027-diff-submodule.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4027-diff-submodule.sh b/t/t4027-diff-submodule.sh index ba6679c6e4..1c2edebb09 100755 --- a/t/t4027-diff-submodule.sh +++ b/t/t4027-diff-submodule.sh @@ -3,7 +3,7 @@ test_description='difference in submodules' . ./test-lib.sh -. ../diff-lib.sh +. "$TEST_DIRECTORY"/diff-lib.sh _z40=0000000000000000000000000000000000000000 test_expect_success setup ' |