Tweak launcher test: it failed without cygwin

db4
unknown 2008-11-17 18:43:10 -06:00
parent d013967180
commit 1c33e993da
1 changed files with 157 additions and 157 deletions

View File

@ -122,12 +122,12 @@ IN: io.windows.launcher.nt.tests
"resource:basis/io/windows/nt/launcher/test" [
<process>
vm "-script" "env.factor" 3array >>command
{ { "HOME" "XXX" } } >>environment
{ { "USERPROFILE" "XXX" } } >>environment
+prepend-environment+ >>environment-mode
ascii <process-reader> contents
] with-directory eval
"HOME" swap at "XXX" =
"USERPROFILE" swap at "XXX" =
] unit-test
2 [