fukamachi / prove

Yet another unit testing framework for Common Lisp
218 stars 23 forks source link

Use getenv from the UIOP package instead of ASDF #30

Closed PuercoPop closed 8 years ago

PuercoPop commented 8 years ago

This is a minor change, but getenv is part of the public API of UIOP while it is internal to the ASDF package

fukamachi commented 8 years ago

Thanks!