test.bash: export TMPDIR

We have to export TMPDIR, otherwise the Go tests to
not pick it up.
libgocryptfs
Jakob Unterwurzacher 4 years ago
parent f9f3c6ac5c
commit a1f6477401

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

Loading…
Cancel
Save