From 08b7bce540f12595f9995851338bb765783d264c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 31 Jan 2011 13:40:26 +0100 Subject: tests: modernize sparse-fiemap test * tests/cp/sparse-fiemap: Use print_ver_, not open-coded VERBOSE test. --- tests/cp/sparse-fiemap | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/cp/sparse-fiemap b/tests/cp/sparse-fiemap index aecf9d2bf..c87364595 100755 --- a/tests/cp/sparse-fiemap +++ b/tests/cp/sparse-fiemap @@ -16,12 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if test "$VERBOSE" = yes; then - set -x - cp --version -fi - . "${srcdir=.}/init.sh"; path_prepend_ ../src +print_ver_ cp if df -T -t btrfs -t xfs -t ext4 -t ocfs2 . ; then : # Current dir is on a partition with working extents. Good! -- cgit v1.2.3-54-g00ecf