]> gitweb.factorcode.org Git - factor.git/commitdiff
io.launcher.windows: update tests for prompt
authorJoe Groff <arcata@gmail.com>
Tue, 8 Nov 2011 08:09:25 +0000 (00:09 -0800)
committerJoe Groff <arcata@gmail.com>
Tue, 8 Nov 2011 08:09:25 +0000 (00:09 -0800)
basis/io/launcher/windows/windows-tests.factor

index c5050336cad92032200a3d7036421cbcbd54690d..1f3c5ff264005dad48d9ce3906a9d85836df0a77 100644 (file)
@@ -87,7 +87,7 @@ IN: io.launcher.windows.tests
     "out.txt" temp-file ascii file-lines first\r
 ] unit-test\r
 \r
-[ "( scratchpad ) " ] [\r
+[ "IN: scratchpad " ] [\r
     <process>\r
         console-vm "-run=listener" 2array >>command\r
         +closed+ >>stdin\r
@@ -214,7 +214,7 @@ IN: io.launcher.windows.tests
     "append-test" temp-file ascii file-contents\r
 ] unit-test\r
 \r
-[ "( scratchpad ) " ] [\r
+[ "IN: scratchpad " ] [\r
     console-vm "-run=listener" 2array\r
     ascii [ "USE: system 0 exit" print flush lines last ] with-process-stream\r
 ] unit-test\r