diff options
author | Roderick Schertler <roderick@gate.net> | 1997-01-06 10:39:52 -0500 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-08 11:52:00 +1200 |
commit | 90ce63d569d0e11f6675586fb55569c7fb6eb460 (patch) | |
tree | 04192322a00b6bfa997eea60b5d0e667c8099f34 /t/harness | |
parent | 1fbd88dca62ac1229f868175c997834e730e5134 (diff) | |
download | perl-90ce63d569d0e11f6675586fb55569c7fb6eb460.tar.gz |
More magic variable tests
private-msgid: <7043.852565192@eeyore.ibcinc.com>
Diffstat (limited to 't/harness')
-rwxr-xr-x | t/harness | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ use lib '../lib'; use Test::Harness; $Test::Harness::switches = ""; # Too much noise otherwise +$Test::Harness::verbose = shift if @ARGV && $ARGV[0] eq '-v'; @tests = @ARGV; @tests = <*/*.t> unless @tests; |