aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/cli-opts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh
index d1fee95..83b3587 100755
--- a/tests/cli-opts.sh
+++ b/tests/cli-opts.sh
@@ -4,6 +4,8 @@ set -u
. aux/utils.sh
. tests/lib.sh
+export XDG_DATA_HOME="$PWD/tests/test-profiles"
+
assert_usage() {
if ! grep -Fq 'Usage' "$1"; then
echo 'Expected to find "Usage" text, it was missing:' >&2