summaryrefslogtreecommitdiffstats
path: root/tests/cups
blob: 2e398146e05a6473833102a046c3728249ee8ba9 (plain)
1
2
3
4
5
6
7
8
9
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 $@