]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
we have 9 tests now
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 28 Jul 2015 16:04:30 +0000 (18:04 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 28 Jul 2015 16:04:30 +0000 (18:04 +0200)
bindings/perl-shared/t/base.t

index 34f6391ecc4a3e8a963cc595f0d179440f49b283..afe492e52c76ed3613305ad7e087446c06877917 100755 (executable)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use vars qw($loaded $ok_count);
 
-BEGIN { $| = 1; print "1..8\n"; }
+BEGIN { $| = 1; print "1..9\n"; }
 END {
   print "not ok 1\n" unless $loaded;
   unlink "demo.rrd";