summaryrefslogtreecommitdiffstats
path: root/tests/openssh
blob: 03c27247e79afbaca13f3a4d0c5b760b008c0e43 (plain)
1
2
3
4
5
6
	apk_add $@
	/etc/init.d/sshd start
	pidof sshd
	/etc/init.d/sshd stop
	! pidof ssh
	apk_del $@