test.bash: export TMPDIR

We have to export TMPDIR, otherwise the Go tests to
not pick it up.
This commit is contained in:
Jakob Unterwurzacher 2019-10-06 21:56:01 +02:00
parent f9f3c6ac5c
commit a1f6477401
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
if [[ -z $TMPDIR ]]; then
TMPDIR=/var/tmp
export TMPDIR
else
echo "Using TMPDIR=$TMPDIR"
fi