Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Nov 14, 2024
1 parent dec0296 commit 261428f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/common-utils/allow_shell_history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@ set -e
# Optional: Import test library
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-is-dev-container-template" bash -c "cat ~/.zshrc | grep ZSH_THEME | grep devcontainers"
check "zsh-path-contains-local-bin" zsh -l -c "echo $PATH | grep '/home/devcontainer/.local/bin'"

check "Ensure .zprofile is owned by remoteUser" bash -c "stat -c '%U' /home/devcontainer/.zprofile | grep devcontainer"

# Report result
reportResults

0 comments on commit 261428f

Please sign in to comment.