1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-07-01 12:00:12 +03:00
zsh-autoenv/tests/_autoenv_utils.t

16 lines
360 B
Perl
Raw Normal View History

Tests for internal util methods.
$ source $TESTDIR/setup.sh
Non-existing entries are allowed and handled without error.
$ mkdir -p sub/sub2
$ touch file sub/file sub/sub2/file
Should not get the file from the current dir.
$ _autoenv_get_file_upwards . file
$ cd sub/sub2
$ _autoenv_get_file_upwards . file
*/_autoenv_utils.t/sub/file (glob)