bug-gnulib
[Top][All Lists]
Advanced

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

Re: Bug#548493: test-yesno.sh failure


From: Bruno Haible
Subject: Re: Bug#548493: test-yesno.sh failure
Date: Sun, 27 Sep 2009 23:17:36 +0200
User-agent: KMail/1.9.9

Jim Meyering wrote:
>  # Test with seekable stdin; the followon process must see remaining data.
> -cat <<EOF > ${p}in.tmp
> +cat <<EOF |tr @ '\177'> ${p}in.tmp

This can be simplified to:

  tr @ '\177' <<EOF > ${p}in.tmp

Bruno




reply via email to

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