Author: bernhard
Date: Wed Jan 28 00:57:44 2009
New Revision: 36085

Modified:
   trunk/t/perl/Parrot_Distribution.t

Log:
[t] fix number of test cases in Parrot_Distribution.t

Modified: trunk/t/perl/Parrot_Distribution.t
==============================================================================
--- trunk/t/perl/Parrot_Distribution.t  (original)
+++ trunk/t/perl/Parrot_Distribution.t  Wed Jan 28 00:57:44 2009
@@ -1,11 +1,12 @@
 #! perl
-# Copyright (C) 2001-2008, The Perl Foundation.
+# Copyright (C) 2001-2009, The Perl Foundation.
 # $Id$
 
 use strict;
 use warnings;
 use lib qw( . lib ../lib ../../lib );
-use Test::More tests => 31;
+
+use Test::More tests => 30;
 use File::Spec;
 
 =head1 NAME

Reply via email to