]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/ZDOTDIR.invalid-module_path/.zshenv
Removed unused files
[zsh-autoenv.git] / tests / ZDOTDIR.invalid-module_path / .zshenv
diff --git a/tests/ZDOTDIR.invalid-module_path/.zshenv b/tests/ZDOTDIR.invalid-module_path/.zshenv
deleted file mode 100644 (file)
index ec3e341..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# Use invalid module path for zsh, to test alternative zstat implementation.
-
-# Pre-load zsh/parameter, where we do not have/need(?) an alternative
-# implementation.
-zmodload zsh/parameter
-
-module_path=(/dev/null)
-
-zstat() {
-  echo "Should not get called."
-}