diff options
-rw-r--r-- | tests/run.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.scm b/tests/run.scm index 2510c7e..7b61f44 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -1,7 +1,7 @@ #;(include "../scsh-process.scm") (use scsh-process) -(use test posix srfi-13 srfi-18 (only setup-api chicken-version version>=?)) +(use test posix srfi-13 srfi-18 (only setup-api version>=?)) (test-begin "scsh-process") |