From 839b1e34dce6a7038573157a10a4000488926f8d Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 8 Jul 2011 10:34:54 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ tests/tests-environment-backcompat.test | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) 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 -- 2.47.2