From: Jim Meyering Date: Sat, 16 Oct 1999 14:44:17 +0000 (+0000) Subject: Remove use of cp's now-deprecated -V option. X-Git-Tag: FILEUTILS-4_0j-trial~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d25861b4daecedc82eb48aa00b6dd77983de2fe1;p=thirdparty%2Fcoreutils.git Remove use of cp's now-deprecated -V option. Use --b=simple instead of -b -V simple. --- diff --git a/tests/cp/backup-is-src b/tests/cp/backup-is-src index 13ec99290c..e753e4a59e 100755 --- a/tests/cp/backup-is-src +++ b/tests/cp/backup-is-src @@ -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