Skip to content

Commit

Permalink
remote: NixDaemonSpec, shell -> proc for nix-daemon so it gets termin…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
sorki committed Dec 10, 2023
1 parent 6840a2d commit b754f3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hnix-store-remote/tests-io/NixDaemonSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ startDaemon fp = do
procHandle <-
createProcessEnv
fp
$ System.Process.shell
"nix-daemon 2>&1 | grep -v 'accepted connection'"
$ System.Process.proc "nix-daemon" mempty

waitSocket sockFp 30
pure ( procHandle
Expand Down

0 comments on commit b754f3a

Please sign in to comment.