diff options
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 |