]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove use of mv's now-deprecated
authorJim Meyering <jim@meyering.net>
Sun, 17 Oct 1999 21:33:38 +0000 (21:33 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Oct 1999 21:33:38 +0000 (21:33 +0000)
-V option.  Use --b=simple instead of -b -V simple.

tests/mv/backup-is-src

index de1422f808538be6f763f5723487a38d1479338e..a7bdec7da33e042f65b2fb68f5164defb0c332b0 100755 (executable)
@@ -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:," \