Download raw body.
storing regress test data outside of /tmp
Stefan Sperling: > Sure, we can add quotes. Note though that paths with spaces do not > work regardless because getopt(1) does not process such arguments > correctly (see the BUGS section in its man page). That I can fix. > > local testroot=$(mktemp -d "$GOT_TEST_ROOT/got-test-$testname-XXXXXXXX") > > Nice. I like this. I used backticks instead of $() in order to keep > the line length limited to 79 bytes instead of 80. Sure, nothing wrong with backticks if you don't try to nest them. ok -- Christian "naddy" Weisgerber naddy@mips.inka.de
storing regress test data outside of /tmp