summaryrefslogtreecommitdiff
path: root/rules/shell/test
diff options
context:
space:
mode:
Diffstat (limited to 'rules/shell/test')
-rwxr-xr-xrules/shell/test/runner1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/shell/test/runner b/rules/shell/test/runner
index f2f5766..29c5135 100755
--- a/rules/shell/test/runner
+++ b/rules/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)