From d32057a3ec90e2b85f3ad6b72f7c8c6ab540f8c3 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 27 Apr 2015 01:49:55 -0400
Subject: [PATCH] Remove FIXME: asdf-pathname-test doesn't use its own package
 anymore.

---
 test/asdf-pathname-test.script | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/asdf-pathname-test.script b/test/asdf-pathname-test.script
index 157ada18..c7c9b9b3 100644
--- a/test/asdf-pathname-test.script
+++ b/test/asdf-pathname-test.script
@@ -417,10 +417,7 @@
 
 (defun test-pathname-parsing ()
   #-(or allegro clisp clozure cmu ecl lispworks mkcl sbcl)
-  (progn
-    ;; FIXME: unable to get DBG to load in this file. [2014/11/30:rpg]
-    (format t "Can't test pathname parsing: this lisp lacks SETENV support.")
-    t)
+  (DBG "Can't test pathname parsing: this lisp lacks SETENV support.")
   #+(or allegro clisp clozure cmu ecl lispworks mkcl sbcl)
   (let ((old-config (uiop:getenvp "XDG_CONFIG_DIRS"))
         (old-home-config (uiop:getenvp "XDG_CONFIG_HOME")))
-- 
GitLab