diff options
author | EuAndreh <eu@euandre.org> | 2021-06-27 16:39:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-27 16:41:24 -0300 |
commit | 1533a1dbb2b16dbd12db4a4fffdad09de6057614 (patch) | |
tree | 45096e78f91ae1c08ee171e5cda5457316162172 | |
parent | src/unit-test.h: Make its output equal to aux/tests-lib.sh (diff) | |
download | remembering-1533a1dbb2b16dbd12db4a4fffdad09de6057614.tar.gz remembering-1533a1dbb2b16dbd12db4a4fffdad09de6057614.tar.xz |
mv {aux => tests}/tests-lib.sh
-rwxr-xr-x | tests/cli-opts.sh | 2 | ||||
-rwxr-xr-x | tests/install-uninstall.sh | 2 | ||||
-rwxr-xr-x | tests/ranking.sh | 2 | ||||
-rwxr-xr-x | tests/signals.sh | 2 | ||||
-rwxr-xr-x | tests/tests-lib.sh (renamed from aux/tests-lib.sh) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 83ab2be..5dbd1a6 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 XDG_DATA_HOME="$PWD/tests/test-profiles" diff --git a/tests/install-uninstall.sh b/tests/install-uninstall.sh index facabbe..90d75eb 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/ranking.sh b/tests/ranking.sh index d99b763..45629d8 100755 --- a/tests/ranking.sh +++ b/tests/ranking.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -. aux/tests-lib.sh +. tests/tests-lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" export LANG=C.UTF-8 diff --git a/tests/signals.sh b/tests/signals.sh index 76b5a27..02659f8 100755 --- a/tests/signals.sh +++ b/tests/signals.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. aux/tests-lib.sh +. tests/tests-lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" 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 |