diff --git a/basis/io/launcher/windows/nt/nt-tests.factor b/basis/io/launcher/windows/nt/nt-tests.factor index f57f7b6d47..85999a89f7 100755 --- a/basis/io/launcher/windows/nt/nt-tests.factor +++ b/basis/io/launcher/windows/nt/nt-tests.factor @@ -42,7 +42,7 @@ IN: io.launcher.windows.nt.tests console-vm "-run=listener" 2array >>command +closed+ >>stdin +stdout+ >>stderr - ascii [ contents ] with-process-reader + ascii [ lines last ] with-process-reader ] unit-test : launcher-test-path ( -- str ) @@ -166,7 +166,7 @@ IN: io.launcher.windows.nt.tests [ "( scratchpad ) " ] [ console-vm "-run=listener" 2array - ascii [ "USE: system 0 exit" print flush readln ] with-process-stream + ascii [ "USE: system 0 exit" print flush lines last ] with-process-stream ] unit-test [ ] [