perl-Perl-OSType/Perl-OSType-1.002-old-Test:...

19 lines
473 B
Diff

--- Perl-OSType-1.002/t/OSType.t 2010-11-16 14:02:55.000000000 +0000
+++ Perl-OSType-1.002/t/OSType.t 2011-01-25 11:09:41.278401763 +0000
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use Test::More 0.88;
+use Test::More tests => 19;
use constant NON_EXISTENT_OS => 'titanix'; #the system they said could not go down...
@@ -66,6 +66,3 @@
ok( is_os_type( 'VOS' ), "$fcn: true" );
ok( ! is_os_type(), "$fcn: false if no type provided" );
}
-
-done_testing;
-