Fix io.launcher.windows.nt test when run from factor.exe
parent
49875b9cc7
commit
5af6c10eed
|
@ -37,11 +37,12 @@ IN: io.launcher.windows.nt.tests
|
||||||
"out.txt" temp-file ascii file-lines first
|
"out.txt" temp-file ascii file-lines first
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ ] [
|
[ "( scratchpad ) " ] [
|
||||||
<process>
|
<process>
|
||||||
console-vm "-run=listener" 2array >>command
|
console-vm "-run=listener" 2array >>command
|
||||||
+closed+ >>stdin
|
+closed+ >>stdin
|
||||||
try-process
|
+stdout+ >>stderr
|
||||||
|
ascii [ input-stream get contents ] with-process-reader
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
: launcher-test-path ( -- str )
|
: launcher-test-path ( -- str )
|
||||||
|
@ -162,3 +163,5 @@ IN: io.launcher.windows.nt.tests
|
||||||
|
|
||||||
"append-test" temp-file ascii file-contents
|
"append-test" temp-file ascii file-contents
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue