diff --git a/test/asdf-pathname-test.script b/test/asdf-pathname-test.script
index 157ada18710d6116359f7a06d6bad36426058e46..c7c9b9b34cc822b529c62585547e4ae16b61d8a6 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")))