Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-12-01 Thread Bernhard Voelker
On 12/01/2011 10:10 AM, Jim Meyering wrote: > Bernhard Voelker wrote: >> On 12/01/2011 09:07 AM, Jim Meyering wrote: >> >>> Your patch was fine, but your mail client mangled the sole TAB, rendering >>> it inapplicable via "git am FILE". The very last line of diff context in >>> the init.cfg diff s

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-12-01 Thread Jim Meyering
Bernhard Voelker wrote: > On 12/01/2011 09:07 AM, Jim Meyering wrote: > >> Your patch was fine, but your mail client mangled the sole TAB, rendering >> it inapplicable via "git am FILE". The very last line of diff context in >> the init.cfg diff should have had a TAB in the brackets after State:,

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-12-01 Thread Bernhard Voelker
On 12/01/2011 09:07 AM, Jim Meyering wrote: > Your patch was fine, but your mail client mangled the sole TAB, rendering > it inapplicable via "git am FILE". The very last line of diff context in > the init.cfg diff should have had a TAB in the brackets after State:, > but instead had a few extra

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-12-01 Thread Jim Meyering
Bernhard Voelker wrote: > As a replacement for my previously proposed patch: > "[PATCH] tests: adjust PATH to include /usr/sbin for filefrag-using tests" > (see http://lists.gnu.org/archive/html/coreutils/2011-11/msg00086.html), > and after some confusion in the discussion, the following patch adds

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-11-30 Thread Jim Meyering
n, the following patch adds > /sbin and /usr/sbin generally for all tests. ... > Subject: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin > > Commit 5eeaca94 added /sbin to the PATH for tests using mkfs. For other > tests, e.g. tests/cp-fiemap-perf using filefra

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-11-30 Thread Jim Meyering
Bernhard Voelker wrote: > On 12/01/2011 01:40 AM, Pádraig Brady wrote: >> On 12/01/2011 12:17 AM, Bernhard Voelker wrote: >>> As a replacement for my previously proposed patch: >>> "[PATCH] tests: adjust PATH to include /usr/sbin for filefrag-using tests" >>> (see http://lists.gnu.org/archive/html/

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-11-30 Thread Bernhard Voelker
sorry, I forgot to CC the list, so here it is again ... On 12/01/2011 01:40 AM, Pádraig Brady wrote: > On 12/01/2011 12:17 AM, Bernhard Voelker wrote: >> As a replacement for my previously proposed patch: >> "[PATCH] tests: adjust PATH to include /usr/sbin for filefrag-using tests" >> (see http:/

Re: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-11-30 Thread Pádraig Brady
On 12/01/2011 12:17 AM, Bernhard Voelker wrote: > As a replacement for my previously proposed patch: > "[PATCH] tests: adjust PATH to include /usr/sbin for filefrag-using tests" > (see http://lists.gnu.org/archive/html/coreutils/2011-11/msg00086.html), > and after some confusion in the discussion,

[PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin

2011-11-30 Thread Bernhard Voelker
generally for all tests. Have a nice day, Berny >From 18cf7bfcb8de38fa6280bfa68e8e02f30f91ec2a Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Thu, 1 Dec 2011 01:04:34 +0100 Subject: [PATCH] tests: adjust PATH to generally include /sbin and /usr/sbin Commit 5eeaca94 added /sbin to the P