]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
expected the wrong result
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 9 Feb 2015 14:05:33 +0000 (15:05 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 9 Feb 2015 14:05:33 +0000 (15:05 +0100)
bindings/perl-shared/t/callback.t

index 6e5d9b2c253051e210885346556b5e9d0ee83a24..acc55c630827457bb23556efce5c887e0e95a87c 100755 (executable)
@@ -62,6 +62,4 @@ if (my $ERROR = RRDs::error) {
    die "RRD ERROR: $ERROR\n";
 }
 
-use Data::Dumper;
-warn Dumper $result;
-ok("callback",$result->{'print[0]'} eq '0.724496');
+ok("callback",$result->{'print[0]'} eq '0.725982');