From 3da0cc7cbc3ab71f8ecd4884dd86319f3e01bc79 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 13 Jun 2021 19:11:59 -0300 Subject: tests/: Fix path to sh lib file --- tests/ranking.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ranking.sh') 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 -- cgit v1.2.3