* Patch lp#665637 from Josh Elsasser
(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
;;; 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"