X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F02-legacy.t;h=75237ea7881f7a3b444f08cf680dec4deb569480;hb=refs%2Ftags%2Fupstream%2F0.34;hp=2c9ef950f86d76b2ceb59c0bef956052324a0d6b;hpb=9d6b5f35bbae817f76a5099702e13836e5957d80;p=deb_pkgs%2Flibstatistics-r-perl.git diff --git a/t/02-legacy.t b/t/02-legacy.t index 2c9ef95..75237ea 100644 --- a/t/02-legacy.t +++ b/t/02-legacy.t @@ -5,9 +5,6 @@ use warnings; use Test::More; use Statistics::R; -plan tests => 20; - - my $R; my $file = "file.ps"; @@ -55,3 +52,5 @@ ok $R->start_sharedR(); ok $R->stop(); unlink $file; + +done_testing;