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:
@@ -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:," \
|
||||
|
||||
Reference in New Issue
Block a user