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:
parent
6cec9e99cd
commit
3633557f8a
@ -79,7 +79,7 @@ for solfile in $(find $SYNTAXTESTS_DIR -name *.sol)
|
|||||||
do
|
do
|
||||||
echo -n "."
|
echo -n "."
|
||||||
# create a temporary sub-directory
|
# create a temporary sub-directory
|
||||||
FILETMP=$(mktemp -d -p $WORKINGDIR)
|
FILETMP=$(mktemp -d)
|
||||||
cd $FILETMP
|
cd $FILETMP
|
||||||
|
|
||||||
OUTPUT=$($SPLITSOURCES $solfile)
|
OUTPUT=$($SPLITSOURCES $solfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user