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/cli-opts.sh | |
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 '')
-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 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" |