summaryrefslogtreecommitdiffstats
path: root/tests/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rsync')
-rw-r--r--tests/rsync10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/rsync b/tests/rsync
new file mode 100644
index 0000000..ddb4601
--- /dev/null
+++ b/tests/rsync
@@ -0,0 +1,10 @@
+ INITD=rsyncd
+ apk_add $@
+ /etc/init.d/$INITD start
+ pidof $@
+ /etc/init.d/$INITD stop
+ while pidof $@; do\
+ echo -n "." >/dev/tty;\
+ sleep 1;\
+ done
+ apk_del $@