diff options
author | EuAndreh <eu@euandre.org> | 2021-02-20 01:50:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-20 01:50:53 -0300 |
commit | 98b1db6e8e5a6baf26e55671dee9fc9b5df7b84e (patch) | |
tree | 15209bf3ba1ae22bae1d8e4a7b5841881010984a /tests/signals.sh | |
parent | Suppress unused function warnings for now (diff) | |
download | remembering-98b1db6e8e5a6baf26e55671dee9fc9b5df7b84e.tar.gz remembering-98b1db6e8e5a6baf26e55671dee9fc9b5df7b84e.tar.xz |
tests/signals.sh: Also add missing XDG_DATA_HOME
Diffstat (limited to 'tests/signals.sh')
-rwxr-xr-x | tests/signals.sh | 2 |
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 |