aboutsummaryrefslogtreecommitdiffstats
path: root/t/003safesys.t
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1137669: 003safesys.t doesn't test any file due to a missing -T argument ↵Frédéric Buclin2015-03-161-1/+10
| | | | | | (and broken syntax in Support::Systemexec) r=dylan a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-20/+6
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail ↵jocuri%softhome.net2004-12-051-1/+1
| | | | when $^X contains spaces; patch by me, r=jouni, a=justdave.
* Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com2002-12-101-13/+1
| | | | | | Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz, and myself (as gleamed from bonsai and the contributors lines and indicated in the bug report). a=justdave.
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2002-05-091-18/+31
| | | | | | test code. Patch makes the tests much better now. r=zach x2
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2001-10-251-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.
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-201-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.
* Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com2001-09-231-0/+58
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD