From 730e3ff9e081b0bbd78826f52ff8d83c0ed70e30 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Fri, 5 Oct 2012 21:37:05 +0200 Subject: Workaround for bug in 4.8.0 when loading scsh-process in compiled mode - it segfaults immediately. TODO: Figure out why --- tests/run.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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) -- cgit v1.2.3