;; Make sure that \`*error-output*' is hooked up properly.
(format *error-output* "to stderr~%")
-;; Make sure that \`*standard-input*' is hooked up properly, by reading a line
-;; and echoing it.
+;; Make sure that \`*standard-input*' is hooked up properly, by reading a
+;; line and echoing it.
(format t "from stdin: ~S~%" (read-line))
;; Check that \`:runlisp-script' is set in \`*features*'. If not, \`assert'