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