orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
275 stars 40 forks source link

process tests are not portable to windows #169

Open Plisp opened 5 years ago

Plisp commented 5 years ago

process.lisp uses certain POSIX commands that will not function on windows. The tests should be platform conditionalized. Preferably a set of tests that work on windows should also be written.