projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f9559
)
tests: fix typos in envvar-check script
author
Jim Meyering
<meyering@redhat.com>
Fri, 26 Mar 2010 15:46:23 +0000
(16:46 +0100)
committer
Jim Meyering
<meyering@redhat.com>
Fri, 26 Mar 2010 15:49:48 +0000
(16:49 +0100)
* tests/envvar-check: Fix variable name typos.
Probably harmless, since no selected shell would fail to unset.
tests/envvar-check
patch
|
blob
|
history
diff --git
a/tests/envvar-check
b/tests/envvar-check
index e31b94164113fdbc386352c78e6befed102acf03..1dee9afb11f8e92a931ba864b2fc11b63daf009d 100644
(file)
--- a/
tests/envvar-check
+++ b/
tests/envvar-check
@@
-22,7
+22,7
@@
else
as_unset=false
fi
-envvar_check_fail
ed
=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_fail
ed
=1
+ envvar_check_fail=1
fi
done