Remove use of cp's now-deprecated --version-control option.

This commit is contained in:
Jim Meyering 1999-10-16 14:50:26 +00:00
parent 535a5f905f
commit bda7fb978e

View File

@ -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