summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2012-10-05 21:37:05 +0200
committerPeter Bex <peter@more-magic.net>2012-10-05 21:37:05 +0200
commit730e3ff9e081b0bbd78826f52ff8d83c0ed70e30 (patch)
tree164604151a7f5745d4a125d021b37c50585b1030 /tests
parent75a184bd4d476820ef50ea69be714dff173797ca (diff)
downloadscsh-process-730e3ff9e081b0bbd78826f52ff8d83c0ed70e30.tar.gz
Workaround for bug in 4.8.0 when loading scsh-process in compiled mode - it segfaults immediately. TODO: Figure out why0.2.1
Diffstat (limited to 'tests')
-rw-r--r--tests/run.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm
index c4deb88..56a823e 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -1,5 +1,5 @@
-(include "../scsh-process.scm")
-(import scsh-process)
+#;(include "../scsh-process.scm")
+(use scsh-process)
(use test posix srfi-13)