From 79ec789a75eb27d0c6c366fa56e509164d509b86 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Tue, 22 Nov 2016 15:11:26 -0500
Subject: [PATCH] asdf-pathname-test: use assert-pathname-equal

---
 test/asdf-pathname-test.script | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/asdf-pathname-test.script b/test/asdf-pathname-test.script
index 524643dff..7ec902a7d 100644
--- a/test/asdf-pathname-test.script
+++ b/test/asdf-pathname-test.script
@@ -473,6 +473,6 @@
 #+os-unix
 (progn
   (DBG "Checking CMUCL user-homedir-pathname issue.")
-  (assert (pathname-equal
-           (uiop/common-lisp:user-homedir-pathname)
-           (getenv-pathname "HOME" :want-directory t))))
+  (assert-pathname-equal
+   (uiop/common-lisp:user-homedir-pathname)
+   (getenv-pathname "HOME" :want-directory t)))
-- 
GitLab