diff options
author | EuAndreh <eu@euandre.org> | 2023-04-01 22:25:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-01 22:26:11 -0300 |
commit | 76e1a0925fde2cbf25b75409cd353e20b9cfef48 (patch) | |
tree | cc6c3bd8ec0b182011377a20ace0b10f55fd86b5 /tests/signals.sh | |
parent | Revamp CI: simpler variant of the same functionality (diff) | |
download | remembering-76e1a0925fde2cbf25b75409cd353e20b9cfef48.tar.gz remembering-76e1a0925fde2cbf25b75409cd353e20b9cfef48.tar.xz |
Revamp code under aux/
Diffstat (limited to 'tests/signals.sh')
-rwxr-xr-x | tests/signals.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/signals.sh b/tests/signals.sh index ff684cc..36491cf 100755 --- a/tests/signals.sh +++ b/tests/signals.sh @@ -3,7 +3,8 @@ set -u . tests/lib.sh -export XDG_DATA_HOME="$PWD/tests/test-profiles/signals-$(uuid)" +XDG_DATA_HOME="$PWD/tests/test-profiles/signals-$(uuid)" +export XDG_DATA_HOME test_status_is_zero_when_command_is_successful() { testing 'status is 0 when command is successful' |