summaryrefslogtreecommitdiffstats
path: root/t/003safesys.t
AgeCommit message (Collapse)AuthorFilesLines
2001-10-25Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net1-2/+4
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.
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net1-14/+18
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.
2001-09-23Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com1-0/+58
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD