diff --git a/basis/io/launcher/windows/windows-tests.factor b/basis/io/launcher/windows/windows-tests.factor index c4c5f405de..d040edb302 100644 --- a/basis/io/launcher/windows/windows-tests.factor +++ b/basis/io/launcher/windows/windows-tests.factor @@ -51,7 +51,7 @@ IN: io.launcher.windows.tests [ ] [ - console-vm "-run=hello-world" 3array >>command + console-vm "-run=hello-world" 2array >>command "out.txt" temp-file >>stdout try-process ] unit-test