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