From 8d88f1fa522379ce5565bdbf7725e4e58911c1f7 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 8 May 2021 22:45:29 +0200 Subject: [PATCH] feat(github_actions): Revert HOME back to /dev/null Turns out this bit was never actually needed to fix the issue that they were expected to fix. Signed-off-by: Lucas Schwiderski --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index 505fb150a..2e0f16a53 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -13,7 +13,7 @@ set -e export SHELL=/bin/sh -export HOME="${TMP:-/tmp}" +export HOME=/dev/null # Parse options. usage() {