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