From: Jim Meyering Date: Sun, 17 Oct 1999 21:33:38 +0000 (+0000) Subject: Remove use of mv's now-deprecated X-Git-Tag: FILEUTILS-4_0j-trial~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8c3b3327770272b5f3d1ca857fa5b5db5cf2ef7;p=thirdparty%2Fcoreutils.git Remove use of mv's now-deprecated -V option. Use --b=simple instead of -b -V simple. --- diff --git a/tests/mv/backup-is-src b/tests/mv/backup-is-src index de1422f808..a7bdec7da3 100755 --- a/tests/mv/backup-is-src +++ b/tests/mv/backup-is-src @@ -37,7 +37,7 @@ LANG=C export LANG # This mv command should exit nonzero. -$MV -b -V simple $a2 $a > out 2>&1 && fail=1 +$MV --b=simple $a2 $a > out 2>&1 && fail=1 sed \ -e "s,$MV:,XXX:," \