aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-20 01:50:53 -0300
committerEuAndreh <eu@euandre.org>2021-02-20 01:50:53 -0300
commit98b1db6e8e5a6baf26e55671dee9fc9b5df7b84e (patch)
tree15209bf3ba1ae22bae1d8e4a7b5841881010984a
parentSuppress unused function warnings for now (diff)
downloadremembering-98b1db6e8e5a6baf26e55671dee9fc9b5df7b84e.tar.gz
remembering-98b1db6e8e5a6baf26e55671dee9fc9b5df7b84e.tar.xz
tests/signals.sh: Also add missing XDG_DATA_HOME
-rwxr-xr-xtests/signals.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/signals.sh b/tests/signals.sh
index 8b4e3b9..d7ef3ae 100755
--- a/tests/signals.sh
+++ b/tests/signals.sh
@@ -3,6 +3,8 @@ set -u
. tests/lib.sh
+export XDG_DATA_HOME="$PWD/tests/test-profiles"
+
test_status_is_zero_when_command_is_successful() {
testing 'status is 0 when command is successful'
printf 'a\n' | ./remembering -pp1 -c 'head -n1' 1>/dev/null 2>/dev/null