]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/git/git-tests.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / git / git-tests.factor
index f26d433151f0b47724ab7fe4247fb67af1295fc4..8f7a7780ee794b436b47f869cad917761920c731 100644 (file)
@@ -5,7 +5,7 @@ io.launcher io.streams.string kernel sequences tools.test ;
 IN: git.tests
 
 : run-process-stdout ( process -- string )
-    >process utf8 [ contents ] with-process-reader ;
+    >process utf8 [ read-contents ] with-process-reader ;
 
 : with-empty-test-git-repo ( quot -- )
     '[