X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/blobdiff_plain/05a9f820c6355e27bca8a87cd6a235bedcb872de..7e3a86038e2a2cbb48b356cb029f9de99c14ec79:/tests.at diff --git a/tests.at b/tests.at index 73b13ae..b7991db 100644 --- a/tests.at +++ b/tests.at @@ -234,12 +234,14 @@ AT_CHECK([RUNLISP_PATH \ (defvar runlisp-test:bar "stoat!")' \ -d runlisp-test:foo \ -d runlisp-test:bar \ + -p runlisp-test:bar \ -e '(incf runlisp-test:foo)' \ -l script.lisp \ -d runlisp-test:foo \ -- -e one two three],, [1 "stoat!" +stoat! And we're running the script... Command-line arguments: ("-e" "one" "two" "three") Symbols in package `COMMON-LISP-USER': () @@ -337,8 +339,6 @@ EOF rm -f $conf done - - AT_CLEANUP ###----- That's all, folks --------------------------------------------------