Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
0a3268b0
Commit
0a3268b0
authored
Nov 20, 2016
by
Robert Goldman
Committed by
Elias Pipping
Nov 22, 2016
Browse files
Fix test on clisp.
Use of PATHNAME-MATCH caused spurious test failures on clisp.
parent
aca81698
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/asdf-pathname-test.script
View file @
0a3268b0
;;; -*- Lisp -*-
;;; -*- Lisp -*-
(in-package :asdf-test)
(eval-when (:compile-toplevel :load-toplevel :execute)
(eval-when (:compile-toplevel :load-toplevel :execute)
#-(or xcl gcl) (push :asdf-test-logical-pathname *features*)
#-(or xcl gcl) (push :asdf-test-logical-pathname *features*)
...
@@ -472,6 +473,6 @@
...
@@ -472,6 +473,6 @@
#+os-unix
#+os-unix
(progn
(progn
(DBG "Checking CMUCL user-homedir-pathname issue.")
(DBG "Checking CMUCL user-homedir-pathname issue.")
(assert (pathname-
match-p
(assert (pathname-
equal
(uiop/common-lisp:user-homedir-pathname)
(uiop/common-lisp:user-homedir-pathname)
(getenv-pathname "HOME" :want-directory t))))
(getenv-pathname "HOME" :want-directory t))))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment