From 8915368ee3f9580155a8a3119a27e9615368a846 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Mar 2010 16:46:23 +0100 Subject: tests: fix typos in envvar-check script * tests/envvar-check: Fix variable name typos. Probably harmless, since no selected shell would fail to unset. --- tests/envvar-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/envvar-check b/tests/envvar-check index e31b94164..1dee9afb1 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -22,7 +22,7 @@ else as_unset=false fi -envvar_check_failed=0 +envvar_check_fail=0 vars=' _POSIX2_VERSION BLOCKSIZE @@ -49,7 +49,7 @@ do if eval test \"\${$var+set}\" = set; then echo "$0: the $var environment variable is set --" \ ' unset it and rerun this test' >&2 - envvar_check_failed=1 + envvar_check_fail=1 fi done -- cgit v1.2.3-54-g00ecf