]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tests/alien.factor
(normalize-path) -> absolute-path, canonicalize-path -> resolve-symlinks
[factor.git] / basis / compiler / tests / alien.factor
index ef8cb5f0a4986ad72f2a829de564f76a46a4e964..04ee02a5d74afda1f958fb42f01470c241d535d6 100755 (executable)
@@ -12,7 +12,7 @@ IN: compiler.tests.alien
 
 <<
 : libfactor-ffi-tests-path ( -- string )
-    "resource:" (normalize-path)
+    "resource:" absolute-path
     {
         { [ os winnt? ]  [ "libfactor-ffi-test.dll" ] }
         { [ os macosx? ] [ "libfactor-ffi-test.dylib" ] }