diff options
author | EuAndreh <eu@euandre.org> | 2021-06-28 07:22:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-28 07:23:33 -0300 |
commit | 9ff2e3088d04a069b786f30a0fd86bccd7c0686e (patch) | |
tree | a01691686958c349ecb02c260ed989328212e9e2 /tests | |
parent | TODOs.md: Add #task-06c8ef1b-15ed-5932-3391-8c02ff759e7a (diff) | |
download | remembering-9ff2e3088d04a069b786f30a0fd86bccd7c0686e.tar.gz remembering-9ff2e3088d04a069b786f30a0fd86bccd7c0686e.tar.xz |
git mv tests/tests-lib.sh tests/lib.sh
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cli-opts.sh | 2 | ||||
-rwxr-xr-x | tests/install-uninstall.sh | 2 | ||||
-rwxr-xr-x | tests/lib.sh (renamed from tests/tests-lib.sh) | 0 | ||||
-rwxr-xr-x | tests/ranking.sh | 2 | ||||
-rwxr-xr-x | tests/signals.sh | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 5dbd1a6..48020e2 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 XDG_DATA_HOME="$PWD/tests/test-profiles" diff --git a/tests/install-uninstall.sh b/tests/install-uninstall.sh index 90d75eb..267382f 100755 --- a/tests/install-uninstall.sh +++ b/tests/install-uninstall.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. tests/tests-lib.sh +. tests/lib.sh TEST_DESTDIR="$PWD/tests/destdirs/$(uuid)" PATH="$TEST_DESTDIR/usr/local/bin:$PATH" diff --git a/tests/tests-lib.sh b/tests/lib.sh index 76f22e3..76f22e3 100755 --- a/tests/tests-lib.sh +++ b/tests/lib.sh diff --git a/tests/ranking.sh b/tests/ranking.sh index 8368de7..e07c594 100755 --- a/tests/ranking.sh +++ b/tests/ranking.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eu -. tests/tests-lib.sh +. 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 02659f8..28b2e89 100755 --- a/tests/signals.sh +++ b/tests/signals.sh @@ -1,7 +1,7 @@ #!/bin/sh set -u -. tests/tests-lib.sh +. tests/lib.sh export XDG_DATA_HOME="$PWD/tests/test-profiles" |