1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-09-29 01:41:05 +03:00

Test env for invalid zsh module_path, where zsh/zstat fails

This commit is contained in:
Daniel Hahler 2015-01-25 19:19:11 +01:00
parent 6fe08c3fde
commit 5d65371786

View File

@ -0,0 +1,13 @@
# 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."
}
source ${ZDOTDIR}/../ZDOTDIR/.zshenv