diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2006-01-08 22:38:25 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-09 14:42:18 +0000 |
commit | dbf51d072f3a6cc24fb165e2f676abaf7526375d (patch) | |
tree | 64859751b152e45480983d37f5927b0b1d9fbf51 /t | |
parent | 1aa6ea502f811472fe5fb23153ef6b09b3f470ec (diff) | |
download | perl-dbf51d072f3a6cc24fb165e2f676abaf7526375d.tar.gz |
Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
Message-ID: <20060109143825.GB4132@efn.org>
p4raw-id: //depot/perl@26757
Diffstat (limited to 't')
-rwxr-xr-x | t/TEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -481,6 +481,9 @@ EOT die "FAILED--Further testing stopped" . ($1 ? ": $1\n" : ".\n"); } else { + # module tests are allowed extra output, + # because Test::Harness allows it + next if $test =~ /^\W*(ext|lib)\b/; $failure = "FAILED--unexpected output at test $next"; last; } |