diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-08 23:08:06 +0300 |
---|---|---|
committer | Samruddhi Khandale <skhandale@microsoft.com> | 2022-11-08 23:08:06 +0300 |
commit | 91b8a145251afa580f35feb5f800bd1e4492a2b0 (patch) | |
tree | 05934dd8d88ba80d9e41d7f416606210e9ab5d3c /test/docker-in-docker/azureDnsAutoDetectionEnabled.sh | |
parent | 3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff) |
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 |