From 55a316248e060e0f02afca8bd17a472a594990c0 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Tue, 8 Nov 2011 00:09:25 -0800 Subject: [PATCH] io.launcher.windows: update tests for prompt --- basis/io/launcher/windows/windows-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/io/launcher/windows/windows-tests.factor b/basis/io/launcher/windows/windows-tests.factor index c5050336ca..1f3c5ff264 100644 --- a/basis/io/launcher/windows/windows-tests.factor +++ b/basis/io/launcher/windows/windows-tests.factor @@ -87,7 +87,7 @@ IN: io.launcher.windows.tests "out.txt" temp-file ascii file-lines first ] unit-test -[ "( scratchpad ) " ] [ +[ "IN: scratchpad " ] [ console-vm "-run=listener" 2array >>command +closed+ >>stdin @@ -214,7 +214,7 @@ IN: io.launcher.windows.tests "append-test" temp-file ascii file-contents ] unit-test -[ "( scratchpad ) " ] [ +[ "IN: scratchpad " ] [ console-vm "-run=listener" 2array ascii [ "USE: system 0 exit" print flush lines last ] with-process-stream ] unit-test