From 293c37b9061c1afd0acd143bbded637a8f00b3a0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Nov 2010 21:35:31 +0100 Subject: tests: substitute the single-program $VERBOSE/--version uses Automatically make all of the changes like this: -test "$VERBOSE" = yes && chgrp --version +print_ver_ chgrp git grep -l 'VERBOSE.*--version'|xargs perl -pi -e \ 's/test "\$VERBOSE" = yes && (\w+) --version/print_ver_ $1/' --- tests/misc/stat-nanoseconds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/stat-nanoseconds') diff --git a/tests/misc/stat-nanoseconds b/tests/misc/stat-nanoseconds index cd2159644..de9030c81 100755 --- a/tests/misc/stat-nanoseconds +++ b/tests/misc/stat-nanoseconds @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -test "$VERBOSE" = yes && stat --version +print_ver_ stat . "${srcdir=.}/init.sh"; path_prepend_ ../src # Set this to avoid problems with weird time zones. -- cgit v1.2.3-54-g00ecf