]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix weakness in 'tests-environment-backcompat.test'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:34:54 +0000 (10:34 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:34:54 +0000 (10:34 +0200)
* 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
tests/tests-environment-backcompat.test

index c77326d2f0c0e213a218063ab2968ea5cfebefab..06d2fe7366eb7754f51b30e11b91851b3d294964 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-07-08  Stefano Lattarini  <stefano.lattarini@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.lattarini@gmail.com>
 
        docs, tests: synchronize examples from docs to tests
index 6749bc2f26d761c85ca6f8eea53d7b3cca156976..ecf1b1602457ad16412467efac422290001b5858 100755 (executable)
@@ -47,10 +47,6 @@ $x = 0;
 exit ($x);
 END
 
-cat > baz.pl << 'END'
-exit (1);
-END
-
 chmod a+x *.pl
 
 $ACLOCAL