]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/pathnames/pathnames-tests.factor
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
[factor.git] / core / io / pathnames / pathnames-tests.factor
index 7a98a47f42ab3b1b6e424eb263237071347148dc..f23a1ac1f4f9856ea876d6b59baeae8aee8a6f76 100644 (file)
@@ -61,7 +61,7 @@ IN: io.pathnames.tests
     "." current-directory set
     ".." "resource-path" set
     [ "../core/bootstrap/stage2.factor" ]
-    [ "resource:core/bootstrap/stage2.factor" (normalize-path) ]
+    [ "resource:core/bootstrap/stage2.factor" absolute-path ]
     unit-test
 ] with-scope