From a79976810442fdb63c85b0c986a87c4f789259c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 29 Aug 2012 13:46:17 +0000 Subject: [PATCH] download server configuration as text explicitly --- org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh index 07e4587..b5f766f 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh @@ -155,7 +155,7 @@ fi printf "$SSL_CLIENT" test_done printf "Reading server configuration" - $SSL_CMD "https://${GLITE_WMS_QUERY_SERVER}/?configuration" + $SSL_CMD "https://${GLITE_WMS_QUERY_SERVER}/?configuration?text" if [ "$?" != "0" ]; then test_failed print_error "Could not read server configuration" -- 1.8.2.3