]> git.sur5r.net Git - i3/i3/commitdiff
tests: use Test:Most instead of Test:More
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 25 May 2011 18:15:52 +0000 (20:15 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 25 May 2011 18:15:52 +0000 (20:15 +0200)
  apt-get install libtest-most-perl

testcases/t/lib/i3test.pm

index 2dbc83b86134f3348a1efa1c1da92623f9fe6315..ed75faff3f6cc3170096220c9d29b4d430bb0d05 100644 (file)
@@ -29,8 +29,7 @@ sub import {
     my $class = shift;
     my $pkg = caller;
     eval "package $pkg;
-use Test::More" . (@_ > 0 ? " qw(@_)" : "") . ";
-use Test::Exception;
+use Test::Most" . (@_ > 0 ? " qw(@_)" : "") . ";
 use Data::Dumper;
 use AnyEvent::I3;
 use Time::HiRes qw(sleep);