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

tests/cp/backup-is-src

index 13ec99290ca179c38da1bc03cc9e6bab724a6921..e753e4a59e5251e7df53dfd266590ae2cc45d9c1 100755 (executable)
@@ -24,7 +24,7 @@ LANG=C
 export LANG
 
 # This cp command should exit nonzero.
-cp -b -V simple a~ a > out 2>&1 && fail=1
+cp --b=simple a~ a > out 2>&1 && fail=1
 
 sed "s,cp:,XXX:," out > out2