summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-10-06 21:56:01 +0200
committerJakob Unterwurzacher2019-10-06 21:56:01 +0200
commita1f647740182a74eb84eed3135b0f171ac753fdb (patch)
treee1333f71b3f8d1014e4dc15c2e40c537412e96dd /test.bash
parentf9f3c6ac5c872a5d50f332f19defd3711bd5c1b1 (diff)
test.bash: export TMPDIR
We have to export TMPDIR, otherwise the Go tests to not pick it up.
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index 8cc40bc..6691ffb 100755
--- a/test.bash
+++ b/test.bash
@@ -2,6 +2,7 @@
if [[ -z $TMPDIR ]]; then
TMPDIR=/var/tmp
+ export TMPDIR
else
echo "Using TMPDIR=$TMPDIR"
fi