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/go/install_go_tool_in_postCreate.sh | |
parent | 3020d6da64798ee994d407ffd3ce3f800f6dff92 (diff) |
Diffstat (limited to 'test/go/install_go_tool_in_postCreate.sh')
-rw-r--r-- | test/go/install_go_tool_in_postCreate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/go/install_go_tool_in_postCreate.sh b/test/go/install_go_tool_in_postCreate.sh index dbb086c..3f7c7c5 100644 --- a/test/go/install_go_tool_in_postCreate.sh +++ b/test/go/install_go_tool_in_postCreate.sh @@ -5,7 +5,7 @@ set -e # Optional: Import test library source dev-container-features-test-lib -check "mkcert version" mkcert --version | grep "v1.4.2" +check "mkcert version" bash -c "mkcert --version | grep 'v1.4.2'" check "mkcert is installed at correct path" which mkcert | grep "/go/bin/mkcert" check "golangci-lint version" golangci-lint --version | grep "golangci-lint has version 1.50.0" |