diff options
-rwxr-xr-x | tests/cli-opts.sh | 2 | ||||
-rwxr-xr-x | tests/install-uninstall.sh | 2 | ||||
-rwxr-xr-x | tests/remotes.sh | 2 | ||||
-rwxr-xr-x | tests/tests-lib.sh (renamed from aux/tests-lib.sh) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 3cda865..5c54775 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. aux/tests-lib.sh +. tests/tests-lib.sh export PATH="$PWD/tests:$PATH" diff --git a/tests/install-uninstall.sh b/tests/install-uninstall.sh index c24a118..1fbdad1 100755 --- a/tests/install-uninstall.sh +++ b/tests/install-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. aux/tests-lib.sh +. tests/tests-lib.sh TEST_DESTDIR="$PWD/tests/destdirs/$(uuid)" PATH="$TEST_DESTDIR/usr/local/bin:$PATH" diff --git a/tests/remotes.sh b/tests/remotes.sh index 3ed842c..829f61d 100755 --- a/tests/remotes.sh +++ b/tests/remotes.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. aux/tests-lib.sh +. tests/tests-lib.sh TEST_PREFIX="$PWD/tests/prefix/$(uuid)" make PREFIX="$TEST_PREFIX" install 1>/dev/null diff --git a/aux/tests-lib.sh b/tests/tests-lib.sh index a3ce7dc..a3ce7dc 100755 --- a/aux/tests-lib.sh +++ b/tests/tests-lib.sh |