mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-20 15:13:27 +08:00
Remove use of cp's now-deprecated --version-control option.
This commit is contained in:
parent
535a5f905f
commit
bda7fb978e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user