1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-23 07:35:35 +02:00

Remove use of mv's now-deprecated

-V option.  Use --b=simple instead of -b -V simple.
This commit is contained in:
Jim Meyering
1999-10-17 21:33:38 +00:00
parent 77def80003
commit f8c3b33277

View File

@@ -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:," \