aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/cli-opts.sh2
-rwxr-xr-xtests/lib.sh (renamed from tests/tests-lib.sh)0
-rwxr-xr-xtests/remotes.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index 44dc6ce..7d38a37 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -u
-. tests/tests-lib.sh
+. tests/lib.sh
export PATH="$PWD/tests:$PATH"
diff --git a/tests/tests-lib.sh b/tests/lib.sh
index 06a5b54..06a5b54 100755
--- a/tests/tests-lib.sh
+++ b/tests/lib.sh
diff --git a/tests/remotes.sh b/tests/remotes.sh
index 76aea04..3fff205 100755
--- a/tests/remotes.sh
+++ b/tests/remotes.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -u
-. tests/tests-lib.sh
+. tests/lib.sh
TEST_PREFIX="$PWD/tests/prefix/$(uuid)"
make PREFIX="$TEST_PREFIX" install 1>/dev/null