1.0.32: will be tagged as sbcl_1_0_32
[sbcl.git] / tests / run-program.impure.lisp
index a1efdf0..f02cfa0 100644 (file)
 (with-test (:name (:run-program :inherit-stdin))
   (let (stopped)
     (flet ((status-hook (proc)
-             (ecase (sb-ext:process-status proc)
+             (case (sb-ext:process-status proc)
                (:stopped (setf stopped t)))))
       (let ((proc (sb-ext:run-program "/bin/ed" nil :search nil :wait nil
                                       :input t :output t