diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-02 22:22:55 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-02 22:22:55 +0100 |
commit | 3a3821bcd7c71e27ad1f6861e0d37d322f721b2b (patch) | |
tree | 85c5e1d06a41cb52cf1a937fe5e9df770fa0fac9 /tests/common.sh.in | |
parent | b0d65b3d11496b81ed00616ce5d8e4db1229bb8c (diff) |
Remove obsolete todo
Diffstat (limited to 'tests/common.sh.in')
-rw-r--r-- | tests/common.sh.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index b341993f7..8ce28d318 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -87,8 +87,7 @@ startDaemon() { if [[ "$NIX_REMOTE" == daemon ]]; then return fi - # Start the daemon, wait for the socket to appear. !!! - # ‘nix-daemon’ should have an option to fork into the background. + # Start the daemon, wait for the socket to appear. rm -f $NIX_DAEMON_SOCKET_PATH PATH=$DAEMON_PATH nix-daemon& pidDaemon=$! |