diff options
Diffstat (limited to 'shell/test')
-rwxr-xr-x | shell/test/runner | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/test/runner b/shell/test/runner index 624610b..81669fb 100755 --- a/shell/test/runner +++ b/shell/test/runner @@ -22,6 +22,7 @@ echo "${RESULT}" > result echo UNKNOWN > time-start echo UNKNOWN > time-stop pwd > pwd +export HOME="$(pwd)/DO-NO-USE-HOME" mkdir scratch export TEST_TMPDIR=$(realpath scratch) |