diff --git a/test/common-utils/configure_zsh_no_template_second_step.sh b/test/common-utils/configure_zsh_no_template_second_step.sh index d9053c4eb..d26874d3a 100644 --- a/test/common-utils/configure_zsh_no_template_second_step.sh +++ b/test/common-utils/configure_zsh_no_template_second_step.sh @@ -6,7 +6,7 @@ set -e source dev-container-features-test-lib # Definition specific tests -check "default-zsh-with-no-zshrc" bash -c "[ -e ~/.zshrc ]" +check "default-zsh-with-no-zshrc" bash -c "[ ! -e ~/.zshrc ]" # Report result reportResults