From: Tobias Oetiker Date: Mon, 30 Jun 2014 09:12:15 +0000 (+0200) Subject: it is rrdtool info not rrdinfo X-Git-Tag: v1.5.0-rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d54a51d72294c201480e660a818a92f6ea7d505;p=thirdparty%2Frrdtool-1.x.git it is rrdtool info not rrdinfo --- diff --git a/tests/rrdcreate b/tests/rrdcreate index f3b5ad81..4d34e3d4 100755 --- a/tests/rrdcreate +++ b/tests/rrdcreate @@ -94,7 +94,7 @@ runfailtest "diagnose missing max" \ getinfo () { $RRDTOOL create junk.rrd "${@}" - rrdinfo junk.rrd | sed -e '/^rra\[.*\]\.cur_row =/d' + $RRDTOOL info junk.rrd | sed -e '/^rra\[.*\]\.cur_row =/d' } checkequiv () {