diff options
| author | Jakob Unterwurzacher | 2019-10-06 21:56:01 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2019-10-06 21:56:01 +0200 | 
| commit | a1f647740182a74eb84eed3135b0f171ac753fdb (patch) | |
| tree | e1333f71b3f8d1014e4dc15c2e40c537412e96dd | |
| parent | f9f3c6ac5c872a5d50f332f19defd3711bd5c1b1 (diff) | |
test.bash: export TMPDIR
We have to export TMPDIR, otherwise the Go tests to
not pick it up.
| -rwxr-xr-x | test.bash | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -2,6 +2,7 @@  if [[ -z $TMPDIR ]]; then  	TMPDIR=/var/tmp +	export TMPDIR  else  	echo "Using TMPDIR=$TMPDIR"  fi | 
