diff options
author | Peter Bex <peter@more-magic.net> | 2017-05-23 20:09:03 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2017-05-23 20:45:55 +0200 |
commit | 217f7dc60a4a0ad0542e71f01378a5d110c9844e (patch) | |
tree | 5f55cd2bf9803b0f95bf74fb7565eec471a40c01 /tests/run.scm | |
parent | e7c6b42685c0212e3bd9de75044650142107c7cc (diff) | |
download | scsh-process-217f7dc60a4a0ad0542e71f01378a5d110c9844e.tar.gz |
chicken-version is not from setup-api
Diffstat (limited to 'tests/run.scm')
-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") |