Skip to content
Snippets Groups Projects
Commit afea057b authored by Graham McVicker's avatar Graham McVicker
Browse files

fixed test

parent d1430a51
No related branches found
No related tags found
......@@ -8,14 +8,11 @@ BEGIN { $| = 1;
plan tests => 4;
}
my $loaded = 1;
END {print "not ok 1\n" unless $loaded;}
use MultiTestDB;
use TestUtils qw( debug );
$verbose = 0;
$loaded = 0;
ok(1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment