X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.impure.lisp;h=6b6673a6aa2618c60f3cdd814784b01d1c779a52;hb=d8422b9967f465801891907396bcc5bfde0f3297;hp=95da2dcd8645a2fe1e0a4293c8e1287b56d835fa;hpb=f9663e4a4c35614fcba5812882f9ed812cbcf62d;p=sbcl.git diff --git a/tests/run-program.impure.lisp b/tests/run-program.impure.lisp index 95da2dc..6b6673a 100644 --- a/tests/run-program.impure.lisp +++ b/tests/run-program.impure.lisp @@ -160,8 +160,8 @@ ;;; buffering of stdin and stdout depends on their TTYness, and ed isn't sufficiently ;;; agressive about flushing them. So, here's another test using :PTY. -#-win32 ( ;; kludge: It would be nicer to disable individual test cases, - ;; but we are not using WITH-TEST yet here. +#-win32 (progn ;; kludge: It would be nicer to disable individual test cases, + ;; but we are not using WITH-TEST yet here. (defparameter *tmpfile* "run-program-ed-test.tmp")