]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove use of cp's now-deprecated --version-control option.
authorJim Meyering <jim@meyering.net>
Sat, 16 Oct 1999 14:50:26 +0000 (14:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Oct 1999 14:50:26 +0000 (14:50 +0000)
tests/cp/backup-1

index 20da790673ea85f160d29400aede5ab1c569b27e..9ea2ba9f2e14127f114a36055eb5488185339c6e 100755 (executable)
@@ -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