summaryrefslogtreecommitdiffstats
path: root/tests/dnsmasq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dnsmasq')
-rw-r--r--tests/dnsmasq11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/dnsmasq b/tests/dnsmasq
new file mode 100644
index 0000000..4c67048
--- /dev/null
+++ b/tests/dnsmasq
@@ -0,0 +1,11 @@
+INITD=$@
+ apk_add $@
+ /etc/init.d/$INITD start
+ sleep 2
+ pidof $INITD
+ /etc/init.d/$INITD stop
+ while pidof $INITD; do\
+ echo -n "." >/dev/tty;\
+ sleep 1;\
+ done
+ apk_del $@