aboutsummaryrefslogtreecommitdiff
path: root/tests/signals.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-01 22:25:46 -0300
committerEuAndreh <eu@euandre.org>2023-04-01 22:26:11 -0300
commit76e1a0925fde2cbf25b75409cd353e20b9cfef48 (patch)
treecc6c3bd8ec0b182011377a20ace0b10f55fd86b5 /tests/signals.sh
parentRevamp CI: simpler variant of the same functionality (diff)
downloadremembering-76e1a0925fde2cbf25b75409cd353e20b9cfef48.tar.gz
remembering-76e1a0925fde2cbf25b75409cd353e20b9cfef48.tar.xz
Revamp code under aux/
Diffstat (limited to 'tests/signals.sh')
-rwxr-xr-xtests/signals.sh3
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'