From af77319c56cfa2e9b53d3df2e5daffc581ce732f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 Aug 2000 13:22:19 +0000 Subject: Remove test for the VERSION_CONTROL and/or SIMPLE_BACKUP_SUFFIX envvars. Source ../envvar-check instead. --- tests/cp/slink-2-slink | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/cp/slink-2-slink') 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 -- cgit v1.2.3-54-g00ecf