Skip to content
Snippets Groups Projects
Commit 336d83c6 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #8: Set *default-pathname-defaults* for cmucl.

Set `*default-pathname-defaults*` for cmucl in `gclload1.lsp` so that
it has the full path to `gclload.lsp`.  This is needed so that the
tests can be loaded from the subdirectories.  Without this, each load
file in the subdirectory is set to #P"" and when it tries to load a
test file, it can't because the setting of
`*default-pathname-defaults*` isn't pointing to the subdirectory but
rather the main directory since #P"" means current directory, and
cmucl hasn't changed it's current directory.

This fix only applies to cmucl and no other lisps.
parent b374d6ec
No related branches found
No related tags found
Loading
Loading
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