aboutsummaryrefslogtreecommitdiffstats
path: root/t/002goodperl.t
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2002-05-091-5/+6
| | | | | | test code. Patch makes the tests much better now. r=zach x2
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-3/+30
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Additional fix for bug 112914: "Test should not `cat $file`" Previouszach%zachlipton.com2002-01-111-27/+35
| | | | | | | | patch fixed the problem, but this patch stops once it finds strict so it will not take as long to run. Patch by ddkilzer@theracingworld.com. R=zach@zachlipton.com though review is not required for tests.
* Bug 112914 - This test was relying on the existance of the unix "cat" ↵jake%acutex.net2002-01-051-8/+13
| | | | command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32.
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2001-10-251-1/+0
| | | | runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-201-24/+28
| | | | | | | also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
* Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com2001-09-231-0/+75
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD