From bda7fb978ecc063931f6942b6edffe1f324d5ac4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Oct 1999 14:50:26 +0000 Subject: Remove use of cp's now-deprecated --version-control option. --- tests/cp/backup-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cp/backup-1') 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 -- cgit v1.2.3-54-g00ecf