aboutsummaryrefslogtreecommitdiffstats
path: root/test/externalTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/externalTests.sh')
-rwxr-xr-xtest/externalTests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh
index 17768875..0168fb03 100755
--- a/test/externalTests.sh
+++ b/test/externalTests.sh
@@ -59,7 +59,7 @@ function test_truffle
if [ "$name" == "Zeppelin" -o "$name" == "Gnosis" ]; then
echo "Replaced fixed-version pragmas..."
# Replace fixed-version pragmas in Gnosis (part of Consensys best practice)
- find contracts test -name '*.sol' -type f -print0 | xargs -0 sed -i -e 's/pragma solidity [^;]+/pragma solidity ^0/'
+ find contracts test -name '*.sol' -type f -print0 | xargs -0 sed -i -e 's/pragma solidity [\^0-9\.]*/pragma solidity >=0.0/'
fi
assertsol="node_modules/truffle/build/Assert.sol"
if [ -f "$assertsol" ]