From 3a6b0f661875849b1a638c983e729f72b7f3ce20 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 25 May 2011 20:15:52 +0200 Subject: [PATCH] tests: use Test:Most instead of Test:More apt-get install libtest-most-perl --- testcases/t/lib/i3test.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testcases/t/lib/i3test.pm b/testcases/t/lib/i3test.pm index 2dbc83b8..ed75faff 100644 --- a/testcases/t/lib/i3test.pm +++ b/testcases/t/lib/i3test.pm @@ -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); -- 2.39.5