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