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/mv/partition-perm | |
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/mv/partition-perm')
-rwxr-xr-x | tests/mv/partition-perm | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/tests/mv/partition-perm b/tests/mv/partition-perm index ef5882ba2..08eb69b35 100755 --- a/tests/mv/partition-perm +++ b/tests/mv/partition-perm @@ -7,6 +7,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/setup +. $srcdir/../envvar-check if test -z "$other_partition_tmpdir"; then exit 77 @@ -20,20 +21,6 @@ dir=p-perm-$$ trap "cd $pwd; rm -rf $dir $other_partition_tmpdir" 0 1 2 3 15 mkdir $dir -unset VERSION_CONTROL SIMPLE_BACKUP_SUFFIX - -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 - -if test "${SIMPLE_BACKUP_SUFFIX+set}" = set; then - echo '$0: the SIMPLE_BACKUP_SUFFIX envvar is set --' \ - ' unset it and rerun this test' >&2 - >&2 - exit 1 -fi cd $dir : > file |