]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/deploy-tests.factor
factor: fix some lines -> read-lines
[factor.git] / basis / tools / deploy / deploy-tests.factor
index c79f43307902dc00598644b7f1323e6c53606070..0b5028a5daa66d4e5eaf7df8869c7587d9c746d3 100644 (file)
@@ -27,7 +27,7 @@ delete-staging-images
     } [
         "hello-world" deploy
         "hello-world" deploy-path 1array
-        ascii [ lines ] with-process-reader
+        ascii [ read-lines ] with-process-reader
     ] with-variables
 ] long-unit-test
 
@@ -143,7 +143,7 @@ os macosx? [
 { { "a" "b" "c" } } [
     "tools.deploy.test.15" shake-and-bake deploy-test-command
     { "a" "b" "c" } append
-    ascii [ lines ] with-process-reader
+    ascii [ read-lines ] with-process-reader
     rest
 ] long-unit-test