aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/cli-opts.sh2
-rwxr-xr-xtests/ranking.sh2
-rwxr-xr-xtests/signals.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index 0ecc2ef..f238093 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -2,7 +2,7 @@
set -u
. aux/utils.sh
-. tests/lib.sh
+. aux/tests-lib.sh
export XDG_DATA_HOME="$PWD/tests/test-profiles"
diff --git a/tests/ranking.sh b/tests/ranking.sh
index e10963e..869b785 100755
--- a/tests/ranking.sh
+++ b/tests/ranking.sh
@@ -2,7 +2,7 @@
set -eu
. aux/utils.sh
-. tests/lib.sh
+. aux/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 d7ef3ae..061d31a 100755
--- a/tests/signals.sh
+++ b/tests/signals.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -u
-. tests/lib.sh
+. aux/tests-lib.sh
export XDG_DATA_HOME="$PWD/tests/test-profiles"