Skip to content

Commit b754f3a

Browse files
committed
remote: NixDaemonSpec, shell -> proc for nix-daemon so it gets terminated
1 parent 6840a2d commit b754f3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hnix-store-remote/tests-io/NixDaemonSpec.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ startDaemon fp = do
113113
procHandle <-
114114
createProcessEnv
115115
fp
116-
$ System.Process.shell
117-
"nix-daemon 2>&1 | grep -v 'accepted connection'"
116+
$ System.Process.proc "nix-daemon" mempty
118117

119118
waitSocket sockFp 30
120119
pure ( procHandle

0 commit comments

Comments
 (0)