From a1f647740182a74eb84eed3135b0f171ac753fdb Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 6 Oct 2019 21:56:01 +0200 Subject: [PATCH] test.bash: export TMPDIR We have to export TMPDIR, otherwise the Go tests to not pick it up. --- test.bash | 1 + 1 file changed, 1 insertion(+) 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