Ãvar ArnfjÃrà Bjarmason wrote: > With that the output of: > > $ rm -rfv trash*; ./t0000-basic.sh --debug; cat trash\ > directory.t0000-basic/{passing-todo,failing-cleanup}/*.sh > > Is now (cut): > > # Point to the t/test-lib.sh, which isn't in ../ as usual > TEST_DIRECTORY="/home/avar/g/git/t" > . "$TEST_DIRECTORY"/test-lib.sh Edge case: what if the path to the git directory contains a " character (for example because someone is trying to ensure that git commands can cope with such a cwd)? I suspect the best thing would be to export TEST_DIRECTORY instead of including it inline in the script. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html