aboutsummaryrefslogtreecommitdiff
path: root/test/docker-in-docker/azureDnsAutoDetectionEnabled.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-11-08 23:08:06 +0300
committerSamruddhi Khandale <skhandale@microsoft.com>2022-11-08 23:08:06 +0300
commit91b8a145251afa580f35feb5f800bd1e4492a2b0 (patch)
tree05934dd8d88ba80d9e41d7f416606210e9ab5d3c /test/docker-in-docker/azureDnsAutoDetectionEnabled.sh
parent3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff)
Diffstat (limited to 'test/docker-in-docker/azureDnsAutoDetectionEnabled.sh')
-rw-r--r--test/docker-in-docker/azureDnsAutoDetectionEnabled.sh2
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