* Jim Meyering wrote on Tue, Aug 12, 2008 at 11:24:44PM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
