X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/dd6144fb73127c6716b973544e48dbbd0bb29a69..014356a786e82ad8da85a8cf0dba6b1035794436:/functest/do.sh?ds=sidebyside 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