Skip to content
Snippets Groups Projects
Commit aab8ba72 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Disable a logical pathname equal test on clisp.

parent e054c7dc
Branches
Tags
No related merge requests found
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
:direction :output :direction :output
:if-exists :supersede :if-does-not-exist :create) :if-exists :supersede :if-does-not-exist :create)
(setup-asdftest-logical-host :root root) (setup-asdftest-logical-host :root root)
#+asdf-test-logical-pathname #+(and asdf-test-logical-pathname (not clisp))
(assert-pathname-equal (assert-pathname-equal
(make-pathname :host "ASDFTEST" :directory '(:absolute "system2" "module4") (make-pathname :host "ASDFTEST" :directory '(:absolute "system2" "module4")
:name nil :type nil) :name nil :type nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment