From 5cb8bb1ba90826b09f1e443336f15f379cd6955b Mon Sep 17 00:00:00 2001 From: Leena Gunda Date: Wed, 10 Nov 2010 12:10:00 +0100 Subject: Fix get-proxy-autoconfig method checking The script should check for the "auto" method, not the "auto-config". Fixes BMC#9178 --- test/get-proxy-autoconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/get-proxy-autoconfig b/test/get-proxy-autoconfig index 33db0be9..a93605ab 100755 --- a/test/get-proxy-autoconfig +++ b/test/get-proxy-autoconfig @@ -28,7 +28,7 @@ for entry in services: method = proxy["Method"] print "Method = %s" % (method) - if method in ["auto-config"]: + if method in ["auto"]: url = proxy["URL"] print "URL = %s" % (url) print -- cgit v1.2.3