summaryrefslogtreecommitdiff
path: root/lib/diagnostics.t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-12-26 13:58:48 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-12-26 13:58:48 -0800
commitf63ff350ed85ee4bc147c5954d2d1e2f85805761 (patch)
treeb91eb60a46e62e99880c3baba31d4ae1b311453f /lib/diagnostics.t
parentda1dff9483c6c62608e52ee5f466381813d929ff (diff)
downloadperl-f63ff350ed85ee4bc147c5954d2d1e2f85805761.tar.gz
Convert diagnostics.t to test.pl
so that runperl is available
Diffstat (limited to 'lib/diagnostics.t')
-rw-r--r--lib/diagnostics.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diagnostics.t b/lib/diagnostics.t
index d0d43646ba..df111a8c10 100644
--- a/lib/diagnostics.t
+++ b/lib/diagnostics.t
@@ -3,10 +3,10 @@
BEGIN {
chdir '..' if -d '../pod' && -d '../t';
@INC = 'lib';
+ require './t/test.pl';
+ plan(11);
}
-use Test::More tests => 11;
-
BEGIN {
my $w;
$SIG{__WARN__} = sub { $w = shift };