bug-coreutils
[Top][All Lists]
Advanced

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

Re: compiling error


From: Ralf Wildenhues
Subject: Re: compiling error
Date: Thu, 14 Aug 2008 22:17:53 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* Jim Meyering wrote on Tue, Aug 12, 2008 at 11:24:44PM CEST:
> Ralf Wildenhues <address@hidden> wrote:
> > --- err_ok      2008-08-12 19:24:03.000000000 +0000
> > +++ err 2008-08-12 19:24:03.000000000 +0000
> > @@ -1,2 +1,3 @@
> > ++ LC_ALL=C
> >  1+0 records in
> >  1+0 records out

> Would you please see if this manages to suppress
> the unexpected line?

Yes it does, thanks!

Cheers,
Ralf

> --- a/tests/dd/misc
> +++ b/tests/dd/misc
> @@ -89,7 +89,7 @@ outbytes=`echo x | dd bs=3 ibs=10 obs=10 conv=sync 
> 2>/dev/null | wc -c`
>  test "$outbytes" -eq 3 || fail=1
> 
>  (echo a; sleep .1; echo b) \
> -  | LC_ALL=C dd bs=4 status=noxfer iflag=fullblock >out 2>err || fail=1
> +  | env LC_ALL=C dd bs=4 status=noxfer iflag=fullblock >out 2>err || fail=1
>  printf 'a\nb\n' > out_ok || framework_failure
>  echo "1+0 records in
>  1+0 records out" > err_ok || framework_failure




reply via email to

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