diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/cli-opts.sh | 2 |
1 files changed, 1 insertions, 1 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" |