]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/zealot/factor/factor.factor
io.launcher: use process-contents in a few places
[factor.git] / extra / zealot / factor / factor.factor
index 4c7ccb2b67aeb51f029f27485cf4349564265dd7..bd13fc93dcfb6255965951f2b6fcabaff24ff59a 100644 (file)
@@ -206,7 +206,7 @@ M: windows factor-path "./factor.com" ;
 : check-new-factor ( path branch/checksum cmd -- out )
     nip [ factor-path "-i=factor.image" ] dip "-e=%s" sprintf 3array
     "./test-bisect-log" zealot-test-command
-    '[ _ utf8 [ read-contents ] with-process-reader ] with-directory ;
+    '[ _ process-contents ] with-directory ;
 
 : build-new-factor ( branch/checksum -- )
     checkout-new-factor bootstrap-new-factor test-new-factor ;