diff --git a/docker-run_tests.sh b/docker-run_tests.sh index fe289e4..50a89ae 100755 --- a/docker-run_tests.sh +++ b/docker-run_tests.sh @@ -43,7 +43,7 @@ setup_docker() { test_get_centos_img() { printf "TEST 1: Pulling CentOS image ...\n" - expect_output 'docker pull centos' 'Download complete' + docker pull centos } test_centos_img_installed(){