Commit d3c34d34 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix test-sysdef-asdf.script on mkcl

mkcl prefixes ./ to all relative namestrings.
Using uiop:unix-namestring where that behavior is undesired
makes the test more portable.
parent 4ae8ce9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@
(DBG "Checking that the bootstrap script and asdf.asd are in synch")
(defun system-lisp-files (system)
  (loop :for f :in (input-files 'concatenate-source-op system)
    :collect (enough-pathname f *asdf-directory*)))
    :collect (unix-namestring (enough-pathname f *asdf-directory*))))

(DBG "Testing that the Makefile and ASDF agree on the order of UIOP files")
(loop