From: Jim Meyering Date: Mon, 30 Nov 1998 00:46:14 +0000 (+0000) Subject: handle VERBOSE X-Git-Tag: FILEUTILS-4_1-b1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9c6c84a8c551943453fb5609eaea66d25d78b63;p=thirdparty%2Fcoreutils.git handle VERBOSE --- diff --git a/tests/mv/into-self b/tests/mv/into-self index aa39e653a9..02d1a7fce8 100755 --- a/tests/mv/into-self +++ b/tests/mv/into-self @@ -6,6 +6,11 @@ : ${RM=rm} : ${TOUCH=touch} +if test "$VERBOSE" = yes; then + set -x + $MV --version +fi + dir=into-self-dir file=into-self-file