aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/common-utils/test.sh')
-rwxr-xr-xtest/common-utils/test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/common-utils/test.sh b/test/common-utils/test.sh
index 1282015..5e16a33 100755
--- a/test/common-utils/test.sh
+++ b/test/common-utils/test.sh
@@ -8,6 +8,11 @@ source dev-container-features-test-lib
# Definition specific tests
check "jq" jq --version
check "curl" curl --version
+check "git" git --version
+check "zsh" zsh --version
+check "ps" ps --version
+check "Oh My Zsh! theme" test -e $HOME/.oh-my-zsh/custom/themes/devcontainers.zsh-theme
+check "zsh theme symlink" test -e $HOME/.oh-my-zsh/custom/themes/codespaces.zsh-theme
# Report result
reportResults \ No newline at end of file