From 0cadf38a70619de531f8f2d9579bfa49c826a853 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Tue, 28 Jul 2015 18:04:30 +0200 Subject: [PATCH] we have 9 tests now --- bindings/perl-shared/t/base.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/perl-shared/t/base.t b/bindings/perl-shared/t/base.t index 34f6391e..afe492e5 100755 --- a/bindings/perl-shared/t/base.t +++ b/bindings/perl-shared/t/base.t @@ -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"; -- 2.47.2