1.0.43.81: Make :overeager-character-buffering test reap child processes
authorJuho Snellman <jsnell@iki.fi>
Sat, 30 Oct 2010 11:47:11 +0000 (11:47 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sat, 30 Oct 2010 11:47:11 +0000 (11:47 +0000)
     * Patch lp#665637 from Josh Elsasser

tests/stream.impure.lisp
version.lisp-expr

index b6f0224..0071bcc 100644 (file)
               (with-open-file (f fifo :direction :input :external-format format)
                 (assert (equal "foobar" (read-line f)))))
          (when proc
+           (ignore-errors
+             (close (process-input proc) :abort t)
+             (process-wait proc))
            (ignore-errors (process-close proc))
            (setf proc nil))
          (when fifo
index 465e42d..8edf8dd 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.80"
+"1.0.43.81"