diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index b007cb3..ca9a79f 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -142,8 +142,7 @@ Passphrase: PassPhrase123 %commit %echo done EOF - - if TRAVIS_RUN=true + if [ "$TRAVIS_RUN" == true ]; then if type apt-get > /dev/null 2>&1; then sudo apt-get install rng-tools fi