bug#9237: [PATCH] tests: get rid of obsolete 'error_' shell function

2011-08-04 Thread Stefano Lattarini
$ cd ~/src/coreutils $ grep -I -r --exclude-dir=.git '\berror_\b' . ./tests/shell-or-perl:error_ () ./tests/shell-or-perl: test $# -gt 1 || error_ "option '\''$1'\'' requires an argument" ./tests/shell-or-perl:-*) error_ "unknown option '$1'";; ./tests/shell-or-perl: 0) error_ "missing

bug#9237: [PATCH] tests: get rid of obsolete 'error_' shell function

2011-08-04 Thread Jim Meyering
... > So, time to remove dead code, right? :-) > > What about the attached patch? Applied. Thanks. ... > Subject: [PATCH] tests: get rid of obsolete 'error_' shell function > > * tests/init.cfg (framework_failure, getlimits_): Use 'fatal_' > instead of 'error_'. > (error_): Delete, it's not used

bug#9237: [PATCH] tests: get rid of obsolete 'error_' shell function

2011-08-08 Thread Stefano Lattarini
On Monday 08 August 2011, Jim Meyering wrote: > Stefano Lattarini wrote: > > Date: Thu, 4 Aug 2011 20:48:06 +0200 > > Subject: [PATCH] tests: complete the renaming framework_failure -> > > framework_failure_ > > > > * tests/init.cfg (framework_failure): Remove, `framework_failure_' > > from init.s

bug#9237: [PATCH] tests: get rid of obsolete 'error_' shell function

2011-11-13 Thread Jim Meyering
Stefano Lattarini wrote: ... >> Also, I have queued this additional change set: ... >> Subject: [PATCH 2/2] maint: prevent accidental future use of the old shell >> function name This was addressed months ago. Closing the bug.