diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-16 14:50:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-16 14:50:26 +0000 |
commit | bda7fb978ecc063931f6942b6edffe1f324d5ac4 (patch) | |
tree | deac9ebd3b487b6c38f6cc81b7ddb62b2b3f925e /tests/cp/backup-1 | |
parent | 535a5f905f855ff5663c1fca94f377368b62a5b4 (diff) | |
download | coreutils-bda7fb978ecc063931f6942b6edffe1f324d5ac4.tar.xz |
Remove use of cp's now-deprecated --version-control option.
Diffstat (limited to 'tests/cp/backup-1')
-rwxr-xr-x | tests/cp/backup-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/backup-1 b/tests/cp/backup-1 index 20da79067..9ea2ba9f2 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 |