aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/configure_zsh_no_template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/common-utils/configure_zsh_no_template.sh')
-rw-r--r--test/common-utils/configure_zsh_no_template.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/common-utils/configure_zsh_no_template.sh b/test/common-utils/configure_zsh_no_template.sh
deleted file mode 100644
index c62cae9..0000000
--- a/test/common-utils/configure_zsh_no_template.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-set -e
-
-# Optional: Import test library
-source dev-container-features-test-lib
-
-# Definition specific tests
-function file_not_overridden() {
- cat ~/.zshrc | grep 'alias fnomockalias=' | grep testingmock
-}
-check "default-zsh-with-no-zshrc" file_not_overridden
-
-# Report result
-reportResults