diff options
-rwxr-xr-x | tests/cp/fail-perm | 5 |
1 files changed, 5 insertions, 0 deletions
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 |