guile-devel
[Top][All Lists]
Advanced

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

Re: 1.8 branch test failure


From: Neil Jerram
Subject: Re: 1.8 branch test failure
Date: Sat, 06 Jun 2009 00:11:22 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Barry Fishman <address@hidden> writes:

> The same thing happens with Ubuntu Jaunty.  I Don't think it is Guile
> failing.  It the test that caused problems:
>
>     (open-input-pipe "read && echo $REPLY")
>
> In Ubuntu and NetBSD, Bash is not the default shell, so "read" requires
> an argument. From the /bin/sh shell (linked to /bin/dash):
>
> $ read && echo $REPLY
> read: 1: arg count
>
> It works when popen.test is changed to do:
>
>     (open-input-pipe "read line && echo $line")

That's fantastic, thanks.  I've committed this change to
branch_release-1-8, and will shortly to master also.

      Neil




reply via email to

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