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
abcl
abcl
Commits
c1210660
Commit
c1210660
authored
Nov 15, 2012
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
abcl-test: Fix DIRECTORY.4.
parent
279ebb9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/lisp/abcl/file-system-tests.lisp
View file @
c1210660
...
...
@@ -341,7 +341,8 @@
:defaults
directory-pathname
))))
(
and
(
listp
directory
)
(
=
(
length
directory
)
1
)
(
pathnames-equal-p
(
car
directory
)
file-pathname
))))
(
pathnames-equal-p
(
truename
(
car
directory
))
(
truename
file-pathname
)))))
(
delete-directory-and-files
directory-pathname
)))
t
)
#+
clisp
...
...
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