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