* 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.
---
 ChangeLog                               |    8 ++++++++
 tests/tests-environment-backcompat.test |    4 ----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c77326d..06d2fe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-07-08  Stefano Lattarini  <stefano.lattar...@gmail.com>
+
+       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  <stefano.lattar...@gmail.com>
 
        docs, tests: synchronize examples from docs to tests
diff --git a/tests/tests-environment-backcompat.test 
b/tests/tests-environment-backcompat.test
index 6749bc2..ecf1b16 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
-- 
1.7.2.3


Reply via email to