]> Sergey Matveev's repositories - zsh-autoenv.git/blob - tests/_autoenv_utils.t
Merge pull request #8 from blueyed/next
[zsh-autoenv.git] / tests / _autoenv_utils.t
1 Tests for internal util methods.
2
3   $ source $TESTDIR/setup.sh
4
5 Non-existing entries are allowed and handled without error.
6
7   $ mkdir -p sub/sub2
8   $ touch file sub/file sub/sub2/file
9
10 Should not get the file from the current dir.
11   $ _autoenv_get_file_upwards . file
12
13   $ cd sub/sub2
14   $ _autoenv_get_file_upwards . file
15   */_autoenv_utils.t/sub/file (glob)