]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Don't bother unsetting CONFIG_SITE.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jul 2006 20:22:15 +0000 (20:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jul 2006 20:22:15 +0000 (20:22 +0000)
tests/torture.at

index bcae63779837611fbc291cefb602100aa9afcc81..6bf56694273cac34d68134074795ada8ad4442bc 100644 (file)
@@ -794,16 +794,6 @@ AT_CHECK([aclocal --version || exit 77], [], [stdout], [ignore])
 # It should understand configure.ac.
 AT_CHECK([[grep '1.[01234]' stdout && exit 77]], [1], [ignore])
 
-# We don't want to run this test if this shell doesn't support
-# `unset'.
-AT_CHECK([
-if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
-  exit 0
-else
-  exit 77
-fi
-])
-
 # Set CONFIG_SITE to a nonexistent file, so that there are
 # no worries about nonstandard values for 'prefix'.
 CONFIG_SITE=no-such-file
@@ -894,8 +884,6 @@ AT_CHECK([autoreconf inner], [], [], [ignore])
 AT_CHECK([cd inner && autoreconf configure.in], [], [], [ignore])
 AT_CHECK([autoreconf inner/configure.in], [], [], [ignore])
 
-unset CONFIG_SITE
-
 AT_CLEANUP