summaryrefslogtreecommitdiffstats
path: root/tests/vsftpd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vsftpd')
-rw-r--r--tests/vsftpd10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/vsftpd b/tests/vsftpd
new file mode 100644
index 0000000..c849705
--- /dev/null
+++ b/tests/vsftpd
@@ -0,0 +1,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 $@