Skip to content

Commit 761ecba

Browse files
committed
fix azure --help test
1 parent 312186f commit 761ecba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/azure-cli-persistence/_default.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
source dev-container-features-test-lib
1010

1111
# check that `azure --help` works
12-
check "help" bash -c "azure help | grep 'usage'"
12+
check "help" bash -c "az help | grep 'usage'"
1313

1414
# check that `.azure` and `/dc/azure-cli` exist under the user (should be node)
1515
check "~/.azure existence" bash -c "ls -la ~ | grep '.azure'"

0 commit comments

Comments
 (0)