diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/Makefile.in | 2 | ||||
-rw-r--r-- | src/input/Makefile.pamphlet | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Makefile.in b/src/input/Makefile.in index 14a2fc4f..52ccd819 100644 --- a/src/input/Makefile.in +++ b/src/input/Makefile.in @@ -744,7 +744,7 @@ all-check: ${OUTS} echo ')set message test on' > tmp.input; \ echo ')set message auto off' >> tmp.input ; \ echo ')read $*' >> tmp.input ; \ - echo ')lisp (bye)' >> tmp.input ; \ + echo ')lisp (|coreQuit|)' >> tmp.input ; \ echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \ rm tmp.input ) diff --git a/src/input/Makefile.pamphlet b/src/input/Makefile.pamphlet index cf85241c..24956a19 100644 --- a/src/input/Makefile.pamphlet +++ b/src/input/Makefile.pamphlet @@ -361,7 +361,7 @@ all-check: ${OUTS} echo ')set message test on' > tmp.input; \ echo ')set message auto off' >> tmp.input ; \ echo ')read $*' >> tmp.input ; \ - echo ')lisp (bye)' >> tmp.input ; \ + echo ')lisp (|coreQuit|)' >> tmp.input ; \ echo 'systemCommand "read tmp.input"' | ${TESTSYS} | tee $*.output; \ rm tmp.input ) |