summaryrefslogtreecommitdiffstats
path: root/tests/rrdtool
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rrdtool')
-rw-r--r--tests/rrdtool3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rrdtool b/tests/rrdtool
index 96ca3da..50f8be9 100644
--- a/tests/rrdtool
+++ b/tests/rrdtool
@@ -1,4 +1,3 @@
-FILENAME="rrdtool-test"
apk_add $@
# Create DB
rrdtool create ${FILENAME}.rrd --step 1 DS:eth0r:COUNTER:120:0:U \
@@ -12,4 +11,4 @@ FILENAME="rrdtool-test"
COMMENT:" Avarage Maximum Current per second\n" \
"AREA:eth0r#00dd00:Receive " GPRINT:eth0ra:"%12.3lf %sb" \
GPRINT:eth0rm:"%12.3lf %sb" > /dev/null
- apk_del -R $@
+ apk_del $@