We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91364e1 commit d29c7ddCopy full SHA for d29c7dd
hls-test-utils/src/Test/Hls.hs
@@ -80,7 +80,7 @@ silenceStderr action =
80
h `hDuplicateTo'` stderr
81
bracket_ action (hClose old) (old `hDuplicateTo'` stderr)
82
where
83
- nullFile = if hostOS == Windows then "NUL" else "/dev/null"
+ nullFile = if hostOS == Windows then "\\\\.\\NUL" else "/dev/null"
84
85
-- | Host a server, and run a test session on it
86
-- Note: cwd will be shifted into @root@ in @Session a@
0 commit comments