Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarn Burton
asdf
Commits
57f6a6e5
Commit
57f6a6e5
authored
Jul 02, 2021
by
Robert Goldman
Browse files
Merge branch 'fix-test-utilities' into 'master'
Fix garbled test. See merge request
asdf/asdf!184
parents
97b279fa
fd289d99
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-utilities.script
View file @
57f6a6e5
...
...
@@ -342,7 +342,7 @@
;; (assert (directory-exists-p oddball-pathname))
;; (pathname oddball-namestring)
;; (assert-equal nil (uiop:subdirectories oddball-namestring))
(with-expected-failure (
"UIOP:SUBDIRECTORIES does not handle non-standard pathnames."
)
(with-expected-failure (
#+(or sbcl cmucl) t
)
(assert-equal nil (uiop:subdirectories "/[foo")))
(DBG "check to make sure WITH-CURRENT-DIRECTORY checks its parameter for directory pathname")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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