aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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'