added a nop control for string formating, so that strings ending in /x are possible...
[rrdtool.git] / bindings / perl-piped / t / base.t
index 5f08fe8..5f0b2ae 100755 (executable)
@@ -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 ),