Skip to content
Snippets Groups Projects
Commit fe23060b authored by Robert Goldman's avatar Robert Goldman
Browse files

Mark expected failure on clisp+Windows.

clisp on Windows doesn't allow the current directory and
*default-pathname-defaults* to diverge.  This is a little odd, since
it seems to permit that divergence on Linux and Mac OS X.
parent 9f0f8038
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@
;; On implementations where chdir doesn't side-effect D-P-D, we can have D-P-D be relative to GETCWD...
;; except on allegro, that hates this trick.
(with-expected-failure (#+(or allegro gcl) t)
(with-expected-failure (#+(or allegro gcl (and clisp os-windows)) t)
(unless (absolute-pathname-p *default-pathname-defaults*)
(DBG "6"
(chdir asdf-directory)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment