Fixes command line tests on MacOS.

This commit is contained in:
Erik Kundt
2020-02-14 12:29:33 +01:00
parent 6cec9e99cd
commit 3633557f8a
+1 -1
View File
@@ -79,7 +79,7 @@ for solfile in $(find $SYNTAXTESTS_DIR -name *.sol)
do
echo -n "."
# create a temporary sub-directory
FILETMP=$(mktemp -d -p $WORKINGDIR)
FILETMP=$(mktemp -d)
cd $FILETMP
OUTPUT=$($SPLITSOURCES $solfile)