From 6b552a281a0d75c41e46f49cae5b1dc61765ab8d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Sep 2024 17:52:06 +0200 Subject: [PATCH] Fix spellcheck --- tests/functional/common/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/common/functions.sh b/tests/functional/common/functions.sh index b27ec6802..b621475cc 100644 --- a/tests/functional/common/functions.sh +++ b/tests/functional/common/functions.sh @@ -62,6 +62,8 @@ clearCacheCache() { rm -f "$TEST_HOME/.cache/nix/binary-cache"* } +extraDaemonFlags=() + startDaemon() { if isTestOnNixOS; then die "startDaemon: not supported when testing on NixOS. Is it really needed? If so add conditionals; e.g. if ! isTestOnNixOS; then ..."