Skip to content

Commit

Permalink
Grammar in configure_zsh_as_default_shell.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naturedamends authored Aug 9, 2023
1 parent ad042d4 commit 7b347b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common-utils/configure_zsh_as_default_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source dev-container-features-test-lib
# Definition specific tests
check "default-shell-is-zsh" bash -c "getent passwd $(whoami) | awk -F: '{ print $7 }' | grep '/bin/zsh'"
# check it overrides the ~/.zshrc with default dev containers template
check "default-zshrc-dev-container-template" bash -c "cat ~/.zshrc | grep ZSH_THEME=\"devcontainers\""
check "default-zshrc-is-dev-container-template" bash -c "cat ~/.zshrc | grep ZSH_THEME=\"devcontainers\""

# Report result
reportResults

0 comments on commit 7b347b4

Please sign in to comment.