X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F01-live.t;h=9e92ad830eaa99a5099ab3dede389f8f720143ae;hb=cbb673d524a361f837b972a18e3d586670073170;hp=4ef6706baab8334b351dd2ee818f2ea7a271e49d;hpb=289001189586fdaaee0719da3a550a7ffc002444;p=catagits%2FTest-WWW-Selenium-Catalyst.git diff --git a/t/01-live.t b/t/01-live.t index 4ef6706..9e92ad8 100644 --- a/t/01-live.t +++ b/t/01-live.t @@ -2,7 +2,7 @@ # 01-live.t # Copyright (c) 2006 Jonathan Rockway -use Test::More tests => 80; +use Test::More; use FindBin; use lib "$FindBin::Bin/lib"; @@ -52,3 +52,5 @@ SKIP: { } } } + +done_testing;