From cd7e22e4e0f5884439d5fbe275002a68e8b053ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophane=20Hufschmitt?= Date: Mon, 11 Apr 2022 10:20:37 +0200 Subject: [PATCH] Fix the external-gc-daemon test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t run the auxiliary tests in a new shell, as that would trigger the `EXIT` trap, causing the daemon to die early --- tests/gc-external-daemon.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/gc-external-daemon.sh b/tests/gc-external-daemon.sh index 2aec36e02..5369a7d18 100644 --- a/tests/gc-external-daemon.sh +++ b/tests/gc-external-daemon.sh @@ -33,7 +33,7 @@ killGcDaemon() { startGcDaemon -bash ./gc.sh -bash ./gc-concurrent.sh -bash ./gc-runtime.sh -bash ./gc-auto.sh +source ./gc.sh +source ./gc-concurrent.sh +source ./gc-runtime.sh +source ./gc-auto.sh