mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-18 03:55:13 +02:00
Create path to non-existing auth file (#49)
This changes the tests to have the auth file in a non-existing subdir always, as with `$HOME/.local/share` not being there already. Fixes https://github.com/Tarrasch/zsh-autoenv/issues/48.
This commit is contained in:
@@ -21,7 +21,7 @@ Tests for _autoenv_authorize. {{{
|
||||
Auth file is empty.
|
||||
|
||||
$ cd ../..
|
||||
$ cat $AUTOENV_AUTH_FILE
|
||||
$ ! [[ -f "$AUTOENV_AUTH_FILE" ]] || cat $AUTOENV_AUTH_FILE
|
||||
|
||||
Failed authorization should keep the auth file empty.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user