Skip to content

Commit

Permalink
fix azure --help test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji committed May 9, 2024
1 parent 312186f commit 761ecba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/azure-cli-persistence/_default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
source dev-container-features-test-lib

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

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

0 comments on commit 761ecba

Please sign in to comment.