From: Stefano Lattarini Date: Fri, 8 Jul 2011 08:34:54 +0000 (+0200) Subject: tests: fix weakness in 'tests-environment-backcompat.test' X-Git-Tag: v1.11.1b~26^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839b1e34dce6a7038573157a10a4000488926f8d;p=thirdparty%2Fautomake.git tests: fix weakness in 'tests-environment-backcompat.test' * tests/tests-environment-backcompat.test: Do not override the content of xfailing test `baz.test' with a "weaker" version that fails unconditionally: the test must fail only when the 'strict' pragma is in use, in order not to reduce coverage. --- diff --git a/ChangeLog b/ChangeLog index c77326d2f..06d2fe736 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-07-08 Stefano Lattarini + + tests: fix weakness in 'tests-environment-backcompat.test' + * tests/tests-environment-backcompat.test: Do not override the + content of xfailing test `baz.test' with a "weaker" version that + fails unconditionally: the test must fail only when the 'strict' + pragma is in use, in order not to reduce coverage. + 2011-07-01 Stefano Lattarini docs, tests: synchronize examples from docs to tests diff --git a/tests/tests-environment-backcompat.test b/tests/tests-environment-backcompat.test index 6749bc2f2..ecf1b1602 100755 --- a/tests/tests-environment-backcompat.test +++ b/tests/tests-environment-backcompat.test @@ -47,10 +47,6 @@ $x = 0; exit ($x); END -cat > baz.pl << 'END' -exit (1); -END - chmod a+x *.pl $ACLOCAL