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