1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-09-19 22:21:04 +03:00
zsh-autoenv/tests/ZDOTDIR.invalid-module_path/.zshenv
Daniel Hahler b92462ff2d tests: simplify ZDOTDIR setup, remove base
This makes it easier to run tests without providing ZDOTDIR.
2017-12-16 00:22:26 +01:00

12 lines
259 B
Bash

# 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."
}