mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes command line tests on MacOS.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user