From e5dba6b64ccf0de89e3659277604cd6c3f3b3168 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 25 Feb 2011 21:06:22 -0800 Subject: [PATCH] tools.deploy: fix a test on Windows --- basis/tools/deploy/deploy-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/tools/deploy/deploy-tests.factor b/basis/tools/deploy/deploy-tests.factor index 0d0dba325f..b738a7852c 100644 --- a/basis/tools/deploy/deploy-tests.factor +++ b/basis/tools/deploy/deploy-tests.factor @@ -137,8 +137,8 @@ os macosx? [ [ ] [ "tools.deploy.test.20" shake-and-bake ] unit-test -[ "Factor\n" ] -[ deploy-test-command ascii [ contents ] with-process-reader ] unit-test +[ "Factor" ] +[ deploy-test-command ascii [ readln ] with-process-reader ] unit-test [ ] [ 800000 small-enough? ] unit-test