aboutsummaryrefslogtreecommitdiff
path: root/tests/cli-opts.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-13 19:11:59 -0300
committerEuAndreh <eu@euandre.org>2021-06-13 19:11:59 -0300
commit3da0cc7cbc3ab71f8ecd4884dd86319f3e01bc79 (patch)
treecabf37bb9e9a6c3d1fd0da27dd3f65cc73d47429 /tests/cli-opts.sh
parentsrc/remembering.sh: Choose output only at the top (diff)
downloadremembering-3da0cc7cbc3ab71f8ecd4884dd86319f3e01bc79.tar.gz
remembering-3da0cc7cbc3ab71f8ecd4884dd86319f3e01bc79.tar.xz
tests/: Fix path to sh lib file
Diffstat (limited to '')
-rwxr-xr-xtests/cli-opts.sh2
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"