The branch "master" has been updated in SBCL:
via 6202d11d2e44916de589d493bbfe5a8e51e12346 (commit)
from f9663e4a4c35614fcba5812882f9ed812cbcf62d (commit)
- Log -----------------------------------------------------------------
commit 6202d11d2e44916de589d493bbfe5a8e51e12346
Author: David Lichteblau <david@...>
Date: Thu Jul 19 20:45:33 2012 +0200
Restore buildability of run-program.impure on win32
... which had, unfortunately, been affected negatively by the previous
commit.
---
tests/run-program.impure.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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")
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|