summaryrefslogtreecommitdiffstats
path: root/tests/postfix
blob: 1cac0878c81e8a75524bc00f49a7f3ad073a2001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	apk_add $@ mutt
	/etc/init.d/$@ start
	sleep 1
	pidof master
	echo "hello" | mutt -s 'test' root
	/etc/init.d/$@ stop
	while pidof $@; do\
		echo -n "." >/dev/tty;\
		sleep 1;\
	done
	test -f /etc/mime.types 
	apk_del $@ mutt