From 76e1a0925fde2cbf25b75409cd353e20b9cfef48 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Apr 2023 22:25:46 -0300 Subject: Revamp code under aux/ --- tests/signals.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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' -- cgit v1.2.3