]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/images/testing/testing.factor
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
[factor.git] / basis / images / testing / testing.factor
index 538f098df595e1339d229778bf200fa61b049dde..ce51fd46699a6204cb9722b10cda91431c51aec6 100644 (file)
@@ -9,7 +9,7 @@ IN: images.testing
 <PRIVATE
 
 : fig-name ( path -- newpath )
-    [ parent-directory canonicalize-path ]
+    [ parent-directory normalize-path ]
     [ file-stem ".fig" append ] bi
     append-path ;