guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix hanging of popen.test


From: Neil Jerram
Subject: Re: [PATCH] Fix hanging of popen.test
Date: Fri, 11 Jun 2010 20:48:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Neil Jerram <address@hidden> writes:

> +(close-port (current-input-port))
> +(let loop ()
> +  (display "closed\n" (current-error-port))
> +  (force-output  (current-error-port)))

Oops, missing a `(loop)' at the end there.  I'll see if the test still
works after adding that in.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]