author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Thu, 19 Aug 2010 16:08:09 +0000 (16:08 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 Aug 2010 19:12:01 +0000 (12:12 -0700) | ||
commit | aed604c7789146392bb4d4445717388c81c2701f | |
tree | 21fe3c8148e3e422938acedfc98de4a277754c8e | tree | snapshot |
parent | 568899539d23be8689da4e7ee989deb8b8dc1a75 | commit | diff |
test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../
Change the redundant calls to $(pwd) to use $TEST_DIRECTORY
instead. None of these were being executed after we cd'd somewhere
else so they weren't actually needed.
This also makes it easier to add support for overriding the test
library location and run tests in a different directory than t/.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Change the redundant calls to $(pwd) to use $TEST_DIRECTORY
instead. None of these were being executed after we cd'd somewhere
else so they weren't actually needed.
This also makes it easier to add support for overriding the test
library location and run tests in a different directory than t/.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh | diff | blob | history |