summaryrefslogtreecommitdiffstats
path: root/tests/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openssh')
-rw-r--r--tests/openssh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/openssh b/tests/openssh
new file mode 100644
index 0000000..03c2724
--- /dev/null
+++ b/tests/openssh
@@ -0,0 +1,6 @@
+ apk_add $@
+ /etc/init.d/sshd start
+ pidof sshd
+ /etc/init.d/sshd stop
+ ! pidof ssh
+ apk_del $@