summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/httpd-test
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/http/httpd-test')
-rwxr-xr-xsca-cpp/trunk/modules/http/httpd-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/http/httpd-test b/sca-cpp/trunk/modules/http/httpd-test
index 762c4c7f6b..952a58937a 100755
--- a/sca-cpp/trunk/modules/http/httpd-test
+++ b/sca-cpp/trunk/modules/http/httpd-test
@@ -21,7 +21,7 @@ echo "Testing..."
# Setup
./httpd-conf tmp 8090 htdocs
-apachectl -k start -d `pwd`/tmp
+./httpd-start tmp
sleep 2
# Test HTTP GET
@@ -30,7 +30,7 @@ diff tmp/index.html htdocs/index.html
rc=$?
# Cleanup
-apachectl -k stop -d `pwd`/tmp
+./httpd-stop tmp
sleep 2
if [ "$rc" = "0" ]; then
echo "OK"