summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Collapse)AuthorFilesLines
2001-09-17Make this file test for exec calls in addition to system calls that arezach%zachlipton.com1-3/+3
one-argument and are therefore insecure. NOT_PART_OF_BUILD, no review needed.
2001-09-10Oops. Forgot to check this is.zach%zachlipton.com1-0/+12
2001-09-05Adding a test for safe system and exec calls. Part of this code by Dave.zach%zachlipton.com1-0/+57
2001-09-04Add a little 1; to the end of this.zach%zachlipton.com1-0/+2
2001-09-04Actually make the strict checking work.zach%zachlipton.com1-2/+8
2001-09-04add tests for use strict;zach%zachlipton.com1-1/+6
2001-09-04Enforce -w. This file will also be used to enforce use strict;zach%zachlipton.com1-0/+63
2001-09-04Rename 1.t to 1compile.t as per bug 97976.zach%zachlipton.com1-0/+0
2001-09-04Remove processmail from the list. It was causing problems with taint.zach%zachlipton.com2-9/+8
2001-09-04Ok, really this time. This should work :)zach%zachlipton.com1-61/+15
2001-09-04Backout of this to get things back to normalzach%zachlipton.com1-12/+58
2001-09-04Use Support::Files for the test items. zach%zachlipton.com1-58/+12
No review needed at this time for tests as per Dave.
2001-09-04Addition of Files.pm which will be used shortly by 1.t (soon to be ↵zach%zachlipton.com1-0/+89
1compile.t) which contains the list of files to test. This is important so that we can bring it into other tests which check files for content, etc... No review required for tests as of now as per Dave.
2001-09-04Fix for bug 98024: t/1.t should use $^X instead of hard-coded path to perl.zach%zachlipton.com1-1/+1
Patch by ddkilzer@theracingworld.com (David D. Kilzer, ddk). Review by Zach Lipton (zach@zachlipton.com) no 2nd review required.
2001-09-01Added a --verbose option to runtests.sh that the tinderbox scripts can use ↵justdave%syndicomm.com1-6/+12
to get all the warnings and errors and whatnot into the build log. Also corrected several syntax and logic errors in the 1.t test file.
2001-09-01Adding runtests.sh and 1.t to start the testing suite. No bug has beenzach%zachlipton.com1-0/+116
filed on this issue. NOT_PART_OF_BUILD.