X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=t%2F04-start-stop.t;fp=t%2F04-start-stop.t;h=71e71843f2cc08a411097c5c4ab4f725e124a07d;hb=5e71068076c23e49ee5655b94ea2c4b403790cbf;hp=ed30915db7e98265deb8d25a3de44d25b9e4415c;hpb=9d6b5f35bbae817f76a5099702e13836e5957d80;p=deb_pkgs%2Flibstatistics-r-perl.git diff --git a/t/04-start-stop.t b/t/04-start-stop.t index ed30915..71e7184 100644 --- a/t/04-start-stop.t +++ b/t/04-start-stop.t @@ -6,9 +6,6 @@ use Test::More; use Statistics::R; use Cwd; -plan tests => 16; - - my $R; my $initial_dir = cwd; @@ -44,3 +41,5 @@ is $R->is_shared, 1; ok $R->stop(); is cwd, $initial_dir; # Bug RT #6724 and #70307 + +done_testing;