diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-12 13:22:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-12 13:22:19 +0000 |
commit | af77319c56cfa2e9b53d3df2e5daffc581ce732f (patch) | |
tree | 85c0485e04c7c48dfa7bb76532da3637f68db0d5 /tests/cp | |
parent | 60d7a8e772ae9b0f741de44f30ce613494b87361 (diff) | |
download | coreutils-af77319c56cfa2e9b53d3df2e5daffc581ce732f.tar.xz |
Remove test for the VERSION_CONTROL and/or
SIMPLE_BACKUP_SUFFIX envvars. Source ../envvar-check instead.
Diffstat (limited to 'tests/cp')
-rwxr-xr-x | tests/cp/slink-2-slink | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/cp/slink-2-slink b/tests/cp/slink-2-slink index 3b0db9ab7..2c9fd4171 100755 --- a/tests/cp/slink-2-slink +++ b/tests/cp/slink-2-slink @@ -7,12 +7,7 @@ if test "$VERBOSE" = yes; then cp --version fi -unset VERSION_CONTROL -if test "${VERSION_CONTROL+set}" = set; then - echo '$0: the VERSION_CONTROL envvar is set --' \ - ' unset it and rerun this test' >&2 - exit 1 -fi +. $srcdir/../envvar-check # Make sure we get English translations. LANGUAGE=C |