Fix the external-gc-daemon test

Don’t run the auxiliary tests in a new shell, as that would trigger the
`EXIT` trap, causing the daemon to die early
This commit is contained in:
Théophane Hufschmitt
2022-04-11 10:20:37 +02:00
parent 8de54ed4e1
commit cd7e22e4e0

View File

@@ -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