]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/blobdiff - tests/dump-restore
Refactor the tests to reflect actual functionality
[thirdparty/rrdtool-1.x.git] / tests / dump-restore
index a3fa769453b4212934ddf44b6624f2d019d488b7..8b95d274343ae0d80e572789c44496549d4f1cf5 100755 (executable)
@@ -18,7 +18,7 @@ for A in $(seq $ST 60 $(($ST + 60*($CNT - 1))) ) ; do
        ST=$A
        $RRDTOOL update ${BUILD}a1.rrd  $A:$V
 
-       rm -f ${BUILD}a1.xml ${BUILD}r1.rrd ${BUILD}r1.xml
+       rm -f ${BASE}a1.xml ${BASE}r1.rrd ${BASE}r1.xml
 
        $RRDTOOL dump ${BUILD}a1.rrd ${BUILD}a1.xml
        $RRDTOOL restore ${BUILD}a1.xml ${BUILD}r1.rrd