re-work installation to use a bse.cfg style file
[bse.git] / t / 070-user / 010-edit.t
index be204803bce4690bae61a33f15bd29393f02650b..0853b2d567135c79efa7bdcfad2b3ed7413f2aca 100644 (file)
@@ -1,11 +1,11 @@
 #!perl -w
 use strict;
-use BSE::Test qw(base_url make_ua skip check_form post_ok ok 
+use Test::More tests => 22;
+use BSE::Test qw(base_url make_ua check_form post_ok
                  check_content follow_ok);
 use URI::QueryParam;
 #use WWW::Mechanize;
 ++$|;
-print "1..22\n";
 my $baseurl = base_url;
 my $ua = make_ua;