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/cp/r-vs-symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/r-vs-symlink') diff --git a/tests/cp/r-vs-symlink b/tests/cp/r-vs-symlink index 7d9dfd8e4..34d6a4e1b 100755 --- a/tests/cp/r-vs-symlink +++ b/tests/cp/r-vs-symlink @@ -21,7 +21,7 @@ # cp: `slink': WARNING: using -r to copy symbolic links is not portable . "${srcdir=.}/init.sh"; path_prepend_ ../src -test "$VERBOSE" = yes && cp --version +print_ver_ cp echo abc > foo || framework_failure ln -s foo slink || framework_failure -- cgit v1.2.3-54-g00ecf