Fixes command line tests on MacOS.

This commit is contained in:
Erik Kundt 2020-02-14 12:28:55 +01:00
parent 6cec9e99cd
commit 3633557f8a

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)