* 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-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
exit ($x);
END
-cat > baz.pl << 'END'
-exit (1);
-END
-
chmod a+x *.pl
$ACLOCAL