aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-27 16:41:35 -0300
committerEuAndreh <eu@euandre.org>2021-06-27 16:41:35 -0300
commit64130b77803f14a0d46ae64bec2c405907f77f5f (patch)
tree639523239fa2bc3771c9c39a0c508ff7afbb5454
parentTODOs.md: Add #task-d6f1ddb3-2111-bcdb-1873-0a414a5f7157 (diff)
downloadgit-permalink-64130b77803f14a0d46ae64bec2c405907f77f5f.tar.gz
git-permalink-64130b77803f14a0d46ae64bec2c405907f77f5f.tar.xz
git mv aux/tests-lib.sh tests/
-rwxr-xr-xtests/cli-opts.sh2
-rwxr-xr-xtests/install-uninstall.sh2
-rwxr-xr-xtests/remotes.sh2
-rwxr-xr-xtests/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