Skip to content
Snippets Groups Projects
Commit 31dc6a38 authored by Simon Potter's avatar Simon Potter
Browse files

bug fix

parent 6c921db3
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
# This test script heavily edited by ihh@fruitfly.org
## We start with some black magic to print on failure.
BEGIN { $| = 1; #print "1..6\n"; # 6 tests total
BEGIN { $| = 1; print "1..5\n"; # 5 tests total
use vars qw($loaded); }
END { print "not ok 1\n" unless $loaded; }
......
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