*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 12 Aug 2000 13:19:27 +0000 (13:19 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 12 Aug 2000 13:19:27 +0000 (13:19 +0000)
tests/envvar-check [new file with mode: 0644]

diff --git a/tests/envvar-check b/tests/envvar-check
new file mode 100644 (file)
index 0000000..5784949
--- /dev/null
@@ -0,0 +1,14 @@
+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