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