]> git.saurik.com Git - bison.git/commit
tests: restore the tests on -Werror
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 25 Oct 2012 10:28:35 +0000 (12:28 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 25 Oct 2012 10:28:35 +0000 (12:28 +0200)
commit94843f0aa3d347ed66d09bc8552c3f6c856088c0
treeef196712bd46c32a5b285ffbdeabd82e97ac3f3e
parent20df0160bc32607758065361f3444cfb591b19a6
tests: restore the tests on -Werror

When run as /bin/sh, Bash sets the shell variable POSIXLY_CORRECT to
y.  The test suite checks for the envvar POSIXLY_CORRECT to turn of
some tests not supported in POSIX mode.  Restore these tests.

Reported by the Hydra build farm, from Rob Vermaas.

* tests/local.at (AT_BISON_CHECK_WARNINGS_): Check the envvar
POSIXLY_CORRECT, not the shell variable.
tests/local.at