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

Remove FIXME: asdf-pathname-test doesn't use its own package anymore.

parent 74fafced
No related branches found
No related tags found
No related merge requests found
...@@ -417,10 +417,7 @@ ...@@ -417,10 +417,7 @@
(defun test-pathname-parsing () (defun test-pathname-parsing ()
#-(or allegro clisp clozure cmu ecl lispworks mkcl sbcl) #-(or allegro clisp clozure cmu ecl lispworks mkcl sbcl)
(progn (DBG "Can't test pathname parsing: this lisp lacks SETENV support.")
;; 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)
#+(or allegro clisp clozure cmu ecl lispworks mkcl sbcl) #+(or allegro clisp clozure cmu ecl lispworks mkcl sbcl)
(let ((old-config (uiop:getenvp "XDG_CONFIG_DIRS")) (let ((old-config (uiop:getenvp "XDG_CONFIG_DIRS"))
(old-home-config (uiop:getenvp "XDG_CONFIG_HOME"))) (old-home-config (uiop:getenvp "XDG_CONFIG_HOME")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment