]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blobdiff - t/04-start-stop.t
New upstream version 0.34
[deb_pkgs/libstatistics-r-perl.git] / t / 04-start-stop.t
index ed30915db7e98265deb8d25a3de44d25b9e4415c..71e71843f2cc08a411097c5c4ab4f725e124a07d 100644 (file)
@@ -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;