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 de1422f..a7bdec7 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:," \