*** empty log message ***
[coreutils.git] / tests / envvar-check
blob5784949d2a30da1bd89fbec4567a1f458a591f29
1 unset VERSION_CONTROL SIMPLE_BACKUP_SUFFIX
3 if test "${VERSION_CONTROL+set}" = set; then
4   echo "$0: the VERSION_CONTROL envvar is set --" \
5     ' unset it and rerun this test' >&2
6   exit 1
7 fi
9 if test "${SIMPLE_BACKUP_SUFFIX+set}" = set; then
10   echo "$0: the SIMPLE_BACKUP_SUFFIX envvar is set --" \
11     ' unset it and rerun this test' >&2
12     >&2
13   exit 1