diff options
Diffstat (limited to 'test/docker-in-docker/azureDnsAutoDetectionEnabled.sh')
-rw-r--r-- | test/docker-in-docker/azureDnsAutoDetectionEnabled.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh b/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh index e63a1f3..02b07d9 100644 --- a/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh +++ b/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh @@ -6,7 +6,7 @@ set -e source dev-container-features-test-lib # Definition specific tests -check "dns flag should be present" ps -ax | grep -E "dockerd.+\-\-dns" +check "dns flag should be present" bash -c "ps -ax | grep -E "dockerd.+\-\-dns"" # Report result reportResults
\ No newline at end of file |