X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=bindings%2Fperl-piped%2Ft%2Fbase.t;h=5f0b2aee08ac41ece8ec20ebd14fefe573add139;hb=5fc7ff89bdbced9c593c566fea9840a269935dcd;hp=5f08fe81da5463830f759e808673b6fe6f92d2a4;hpb=5837606887a6d81e8b1f7588525cb1c8783fb62b;p=rrdtool.git diff --git a/bindings/perl-piped/t/base.t b/bindings/perl-piped/t/base.t index 5f08fe8..5f0b2ae 100755 --- a/bindings/perl-piped/t/base.t +++ b/bindings/perl-piped/t/base.t @@ -1,6 +1,6 @@ #! /usr/bin/perl -# this exercises just the perl module .. not rrdtool as such ... +# this exercises just the perl module .. not RRDtool as such ... BEGIN { $| = 1; print "1..5\n"; } END { @@ -23,7 +23,7 @@ $ok_count = 1; print "ok 1 module load\n"; -ok("RRDp::start", RRDp::start "../src/rrdtool" > 0); +ok("RRDp::start", RRDp::start "../../src/rrdtool" > 0); $now=time(); RRDp::cmd qw(create demo.rrd --start ), $now, qw(--step 100 ),