X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/8996f767e047eefa8af4d01b1434b54f4c169b79..05a9f820c6355e27bca8a87cd6a235bedcb872de:/tests.at diff --git a/tests.at b/tests.at index 8c5d0c6..73b13ae 100644 --- a/tests.at +++ b/tests.at @@ -51,7 +51,7 @@ unset RUNLISP_USERCONFIG m4_define([PREPARE_LISP_TEST], [SETUP_RUNLISP_ENV lisp=$1 -LISP=$m4_translit(m4_bregexp([$1], [/.*$], []), [a-z], [A-Z]) +LISP=$m4_translit(m4_bpatsubst([$1], [/.*$], []), [a-z], [A-Z]) AT_SKIP_IF([test "x$LISP" = x]) case $lisp in */*) opt=${lisp#*/} lisp=${lisp%%/*} ;; @@ -210,7 +210,7 @@ AT_CHECK([RUNLISP_PATH -e '(format t "Just another Lisp hacker!~%")'],, ## The `:runlisp-script' keyword should /not/ be in `*features*'. traceon -AT_CHECK([RUNLISP_PATH -p '(find :runlisp-script *features*)'],, [NIL +AT_CHECK([RUNLISP_PATH -d '(find :runlisp-script *features*)'],, [NIL ]) ## Check a mixture of all the kinds of evaluation. We'll need a stunt script @@ -229,14 +229,17 @@ cat >script.lisp <