summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/mv/i-27
-rwxr-xr-xtests/mv/into-self-29
2 files changed, 2 insertions, 14 deletions
diff --git a/tests/mv/i-2 b/tests/mv/i-2
index f7076d0f2..2d4cbee3a 100755
--- a/tests/mv/i-2
+++ b/tests/mv/i-2
@@ -8,12 +8,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
diff --git a/tests/mv/into-self-2 b/tests/mv/into-self-2
index 9e51787e8..81e151af6 100755
--- a/tests/mv/into-self-2
+++ b/tests/mv/into-self-2
@@ -9,6 +9,7 @@ if test "$VERBOSE" = yes; then
fi
. $srcdir/setup
+. $srcdir/../envvar-check
if test -z "$other_partition_tmpdir"; then
exit 77
@@ -40,14 +41,6 @@ export LC_ALL
LANG=C
export LANG
-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
-
# This mv command should exit nonzero.
mv $symlink $file > out 2>&1 && fail=1