(usage): Warn that the +N form will be withdrawn.
[coreutils.git] / tests / envvar-check
blob880eaccfce64b7a165d5da525a7b345ac9ebbe29
1 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
2   as_unset=unset
3 else
4   as_unset=false
5 fi
7 $as_unset VERSION_CONTROL SIMPLE_BACKUP_SUFFIX
9 if test "${VERSION_CONTROL+set}" = set; then
10   echo "$0: the VERSION_CONTROL envvar is set --" \
11     ' unset it and rerun this test' >&2
12   exit 1
15 if test "${SIMPLE_BACKUP_SUFFIX+set}" = set; then
16   echo "$0: the SIMPLE_BACKUP_SUFFIX envvar is set --" \
17     ' unset it and rerun this test' >&2
18     >&2
19   exit 1