X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=c861141667eb03eb42f559cbe174c6a76dd704c9;hb=2b2828b452bd8b3258de75451f77362decb1dffe;hp=7a8bd27abc79a43a9248c3bcee8d6a3670e30fe3;hpb=e919cb302e75141c2565106bed2f0b6cb8047570;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index 7a8bd27ab..c86114166 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -168,7 +168,7 @@ trap 'die' exit # environment variables to work around this. # # In particular, quoting isn't enough, as the path may contain the same quote -# that we're using. +# that we're using. test_set_editor () { FAKE_EDITOR="$1" export FAKE_EDITOR @@ -386,7 +386,7 @@ test_done () { } # Test the binaries we have just built. The tests are kept in -# t/ subdirectory and are run in trash subdirectory. +# t/ subdirectory and are run in 'trash directory' subdirectory. PATH=$(pwd)/..:$PATH GIT_EXEC_PATH=$(pwd)/.. GIT_TEMPLATE_DIR=$(pwd)/../templates/blt