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