mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 10:15:12 +02:00
tests: rename setup.sh to setup.zsh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Tests for internal stack handling.
|
Tests for internal stack handling.
|
||||||
|
|
||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Non-existing entries are allowed and handled without error.
|
Non-existing entries are allowed and handled without error.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Tests for internal util methods.
|
Tests for internal util methods.
|
||||||
|
|
||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Non-existing entries are allowed and handled without error.
|
Non-existing entries are allowed and handled without error.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Lets set a simple .env action
|
Lets set a simple .env action
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Test $PWD, $autoenv_event, $autoenv_from_dir and $autoenv_to_dir.
|
Test $PWD, $autoenv_event, $autoenv_from_dir and $autoenv_to_dir.
|
||||||
|
|
||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Setup env actions / output.
|
Setup env actions / output.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Lets set a simple .env action
|
Lets set a simple .env action
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Test recursing into parent .env files.
|
Test recursing into parent .env files.
|
||||||
|
|
||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Setup env actions / output.
|
Setup env actions / output.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Test varstash integration.
|
Test varstash integration.
|
||||||
|
|
||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Setup test environment.
|
Setup test environment.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Test varstash with exported variables in subshell.
|
Test varstash with exported variables in subshell.
|
||||||
|
|
||||||
$ source $TESTDIR/setup.sh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
Setup test environment.
|
Setup test environment.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user