X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.impure.lisp;h=f02cfa08d994bd23469754399e34a49ab5a2741c;hb=c553e4be6da2d18f0827f190589c88e837b8b8a6;hp=a1efdf0b29b4515075be3f3fa3cde28eb284097c;hpb=c589b9363d23ec9133e5396adaf4240cb0a8bd18;p=sbcl.git diff --git a/tests/run-program.impure.lisp b/tests/run-program.impure.lisp index a1efdf0..f02cfa0 100644 --- a/tests/run-program.impure.lisp +++ b/tests/run-program.impure.lisp @@ -156,7 +156,7 @@ (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