Merge pull request #8304 from ethereum/fix-macos-ast-test

Fix AST JSON test on MacOS
This commit is contained in:
chriseth
2020-02-14 14:03:59 +01:00
committed by GitHub
+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)