]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/collation/collation-tests.factor
http.download: ?download-to -> download-to-once
[factor.git] / basis / unicode / collation / collation-tests.factor
index 2cf37e1b1ed2a88857f7e08a3167df1326ac4623..6e985c2bab91d424b858aafc432c5642fee8429c 100644 (file)
@@ -19,7 +19,7 @@ IN: unicode.collation.tests
 
 : collation-test-lines ( -- lines )
     "https://downloads.factorcode.org/misc/UCA/15.1.0/CollationTest_SHIFTED.txt"
-    "CollationTest_SHIFTED_15.1.0.txt" cache-file download-to
+    "CollationTest_SHIFTED_15.1.0.txt" cache-file download-once-to
     utf8 file-lines [ "#" head? ] reject harvest ;
 
 : parse-collation-test-shifted ( -- lines )