X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/dd6144fb73127c6716b973544e48dbbd0bb29a69..acdf6ab94fee26ebc4017bf32cf6171c7d9462e9:/functest/do.sh diff --git a/functest/do.sh b/functest/do.sh index a007aa9b..652dbcec 100755 --- a/functest/do.sh +++ b/functest/do.sh @@ -4,7 +4,7 @@ MKTEMP=/usr/bin/mktemp RM=/bin/rm printf "Creating temporary dir... " -DIR=`$MKTEMP -d` +DIR=`$MKTEMP -d 2> /dev/null || $MKTEMP -d -t stg` if [ "$DIR" == "" ] then