Jeff King <peff@xxxxxxxx> writes: > I don't think it's lost. It becomes part of $TRASH_DIRECTORY in the > first line, so the final line which prepends $TEST_OUTPUT_DIRECTORY > makes it relative to that. E.g.: > > $ cd t > $ ./t0000-basic.sh --root=foo --debug > [...] > $ ls foo > trash directory.t0000-basic/ Ah, OK. Thanks.