From 39ca5aef9eefd97e133c77bfec73abe18514fbe1 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Tue, 5 Feb 2013 00:18:22 +0100 Subject: [PATCH] Better compare the output of loading ASDF vs not. Makes it work with CLISP. --- test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index d92843bf..325e8b59 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -355,7 +355,7 @@ test_clean_load () { '(or #.(load "test/script-support.lisp" :verbose nil :print nil) #.(asdf-test::exit-lisp 0))' \ > $nop 2>&1 ${cmd} ${eval} \ - '(or #.(load "build/asdf.lisp" :verbose nil :print nil) #.(asdf/image:quit 0))' \ + '(or #.(load "test/script-support.lisp" :verbose nil :print nil) (asdf-test::load-asdf-lisp) #.(asdf-test::exit-lisp 0))' \ > $load 2>&1 if diff $nop $load ; then echo "GOOD: Loading ASDF on $lisp produces no message" >&2 ; return 0 -- GitLab