bug#7400: tests: get rid of test-lib.sh: use gnulib's init.sh instead

2010-11-14 Thread Jim Meyering
This series converts all test-lib.sh-using tests to use init.sh instead. I've elided the all-mechanical diffs from the two largest ones, so don't try to apply those. >From 35014f16b3b85f77becb01fdccde3160399bcfc7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Nov 2010 11:01:25 +0100 Su

bug#7365: stat bug: %Z appends .000000000

2010-11-14 Thread Jim Meyering
IgnorantGuru wrote: > Thanks for the explanation - I definitely think maintaining backward > compatibility is a better approach. There is far too much breakage of > software in linux as it is. coreutils-8.7 (just released) is better in this respect. I'm marking this issue as "done".

bug#5959: testsuite failure on misc/selinux

2010-11-14 Thread Jim Meyering
Jim Meyering wrote: > tags 5959 + moreinfo > thanks > > Eric Blake wrote: >> On 04/16/2010 01:05 AM, 王永凯 wrote: >>> can you help me? >> >> Thanks for the report. > ... >> Now, with that out of the way, here's a relevant snippets from your log: >> >>> FAIL: misc/selinux (exit: 1) >>> ===

bug#7401: [PATCH] split: --chunks option

2010-11-14 Thread Pádraig Brady
On 05/02/10 12:40, Pádraig Brady wrote: > I got a bit of time for the review last night... > > This was your last interface change for this: > >-b, --bytes=SIZEput SIZE bytes per output file\n\ > + -b, --bytes=/N generate N output files\n\ > + -b, --bytes=K/N print

bug#7399: du may count one file multiple times if it visible through multiple mounts

2010-11-14 Thread Evgeny Kapun
Some kernels, such as Linux, permit mounting one filesystem multiple times. This can make multiple paths refer to the same file, although neither hard nor symbolic links are involved. In this case, du sometimes incorrectly counts that file many times: $ mkdir dir1 dir2 # mount --bi

bug#7399: du may count one file multiple times if it visible through multiple mounts

2010-11-14 Thread Paul Eggert
On 11/14/2010 05:16 AM, Evgeny Kapun wrote: > Some kernels, such as Linux, permit mounting one filesystem multiple > times. This can make multiple paths refer to the same file, although > neither hard nor symbolic links are involved. GNU du (as well as a lot of other programs I expect) doesn't wor