summaryrefslogtreecommitdiffstats
path: root/tests/dnscache
blob: e6e92abe182225b3b7c8b8f5c1d3b083d13d900c (plain)
1
2
3
4
5
6
7
8
9
10
	apk_add $@
	/etc/init.d/$@ start
	pidof $@ >/dev/null
	/etc/init.d/$@ stop
	i=10; while pidof $@; do		\
		[ $i -eq 0 ] && exit 1;	\
		i=$((i - 1));		\
		sleep 1;			\
	done
	apk_del $@