From: Jim Meyering Date: Sat, 16 Oct 1999 14:50:26 +0000 (+0000) Subject: Remove use of cp's now-deprecated --version-control option. X-Git-Tag: FILEUTILS-4_0j-trial~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bda7fb978ecc063931f6942b6edffe1f324d5ac4;p=thirdparty%2Fcoreutils.git Remove use of cp's now-deprecated --version-control option. --- diff --git a/tests/cp/backup-1 b/tests/cp/backup-1 index 20da790673..9ea2ba9f2e 100755 --- a/tests/cp/backup-1 +++ b/tests/cp/backup-1 @@ -16,7 +16,7 @@ echo test > $tmp || fail=1 # Specify both version control and suffix so the environment variables # (possibly set by the user running these tests) aren't used. -cp --force --backup --version-control=simple --suffix=$suffix $tmp $tmp \ +cp --force --backup=simple --suffix=$suffix $tmp $tmp \ || fail=1 test -f $tmp || fail=1