diff --git a/dev/tests/conf-travis/push.conf b/dev/tests/conf-travis/push.conf index 22e3c04..c2f3c9f 100644 --- a/dev/tests/conf-travis/push.conf +++ b/dev/tests/conf-travis/push.conf @@ -71,7 +71,7 @@ SSH_IGNORE_KNOWN_HOSTS=no RSYNC_REMOTE_PATH="" ## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task. -REMOTE_HOST_PINGno +REMOTE_HOST_PING=no ## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task. REMOTE_3RD_PARTY_HOSTS="" diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index b982436..89f3e8c 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -123,10 +123,10 @@ EOF fi # Setup fast entropy - if type rndg > /dev/null 2>&1; then - rndg -r /dev/urandom + if type rngd > /dev/null 2>&1; then + rngd -r /dev/urandom else - echo "No rndg support" + echo "No rngd support" fi $GPG --batch --gen-key gpgcommand