Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 3, 2024
1 parent 120ca30 commit 6b552a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/common/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..."
Expand Down

0 comments on commit 6b552a2

Please sign in to comment.