From c20f3cd330dbc2b7bb8884f39e8295f1628900c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Apr 2002 15:52:14 +0000 Subject: Add VERBOSE=yes support. --- tests/cp/fail-perm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/cp/fail-perm') diff --git a/tests/cp/fail-perm b/tests/cp/fail-perm index 160b1e76a..b6f745084 100755 --- a/tests/cp/fail-perm +++ b/tests/cp/fail-perm @@ -1,5 +1,10 @@ #!/bin/sh +if test "$VERBOSE" = yes; then + set -x + cp --version +fi + pwd=`pwd` tmp=fail-perm.$$ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 -- cgit v1.2.3-70-g09d2