summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/test/store-script/store-http-test
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/test/store-script/store-http-test')
-rwxr-xr-xsca-cpp/trunk/test/store-script/store-http-test5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-cpp/trunk/test/store-script/store-http-test b/sca-cpp/trunk/test/store-script/store-http-test
index 551731e856..d04eab8a6c 100755
--- a/sca-cpp/trunk/test/store-script/store-http-test
+++ b/sca-cpp/trunk/test/store-script/store-http-test
@@ -20,7 +20,8 @@
echo "Testing..."
# Setup
-../../modules/http/httpd-conf tmp 8093 htdocs
+../../modules/http/httpd-conf tmp 8090 htdocs
+../../modules/server/server-conf tmp
cat >>tmp/conf/httpd.conf <<EOF
<Location /Catalog>
@@ -62,7 +63,7 @@ apachectl -k start -d `pwd`/tmp
sleep 1
# Test HTTP GET
-curl http://localhost:8093/store.html 2>/dev/null >tmp/store.html
+curl http://localhost:8090/store.html 2>/dev/null >tmp/store.html
diff tmp/store.html htdocs/store.html
rc=$?