summaryrefslogtreecommitdiffstats
path: root/tests/bind
blob: 6911209f8b8914631fe7db31a0112a68b4bffb60 (plain)
1
2
3
4
5
6
7
8
9
10
	apk_add bind bind-tools
	/etc/init.d/named start
	pidof named
	dig @127.0.0.1
	/etc/init.d/named stop
	while pidof bind; do\
		echo -n "." >/dev/tty;\
		sleep 1;\
	done
	apk_del bind bind-tools