From aab8ba72fc86c3642ae7677b9f8a7730cd960687 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Wed, 1 Jan 2014 23:45:36 -0500
Subject: [PATCH] Disable a logical pathname equal test on clisp.

---
 test/asdf-pathname-test.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/asdf-pathname-test.script b/test/asdf-pathname-test.script
index fb4176e1..335a169a 100644
--- a/test/asdf-pathname-test.script
+++ b/test/asdf-pathname-test.script
@@ -364,7 +364,7 @@
                                           :direction :output
                                           :if-exists :supersede :if-does-not-exist :create)
              (setup-asdftest-logical-host :root root)
-             #+asdf-test-logical-pathname
+             #+(and asdf-test-logical-pathname (not clisp))
              (assert-pathname-equal
               (make-pathname :host "ASDFTEST" :directory '(:absolute "system2" "module4")
                              :name nil :type nil)
-- 
GitLab