Skip to content
Snippets Groups Projects
Commit 39ca5aef authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Better compare the output of loading ASDF vs not. Makes it work with CLISP.

parent a439bd2e
No related branches found
No related tags found
No related merge requests found
...@@ -355,7 +355,7 @@ test_clean_load () { ...@@ -355,7 +355,7 @@ test_clean_load () {
'(or #.(load "test/script-support.lisp" :verbose nil :print nil) #.(asdf-test::exit-lisp 0))' \ '(or #.(load "test/script-support.lisp" :verbose nil :print nil) #.(asdf-test::exit-lisp 0))' \
> $nop 2>&1 > $nop 2>&1
${cmd} ${eval} \ ${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 > $load 2>&1
if diff $nop $load ; then if diff $nop $load ; then
echo "GOOD: Loading ASDF on $lisp produces no message" >&2 ; return 0 echo "GOOD: Loading ASDF on $lisp produces no message" >&2 ; return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment