]> Sergey Matveev's repositories - zsh-autoenv.git/blob - tests/ZDOTDIR.invalid-module_path/.zshenv
tests: streamline ZDOTDIR layout, AUTOENV_ENV_FILENAME via setup
[zsh-autoenv.git] / tests / ZDOTDIR.invalid-module_path / .zshenv
1 # Use invalid module path for zsh, to test alternative zstat implementation.
2
3 # Pre-load zsh/parameter, where we do not have/need(?) an alternative
4 # implementation.
5 zmodload zsh/parameter
6
7 module_path=(/dev/null)
8
9 zstat() {
10   echo "Should not get called."
11 }
12
13 # Source base setup.
14 source ${ZDOTDIR}/../ZDOTDIR/.zshenv