summaryrefslogtreecommitdiff
path: root/tests/server-auth-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server-auth-test.c')
-rw-r--r--tests/server-auth-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/server-auth-test.c b/tests/server-auth-test.c
index 33cff45a..78cd0686 100644
--- a/tests/server-auth-test.c
+++ b/tests/server-auth-test.c
@@ -48,6 +48,8 @@ do_test (int n, SoupURI *base_uri, const char *path,
args = g_ptr_array_new ();
g_ptr_array_add (args, "curl");
+ g_ptr_array_add (args, "--noproxy");
+ g_ptr_array_add (args, "*");
g_ptr_array_add (args, "-f");
g_ptr_array_add (args, "-s");
if (offer_basic || offer_digest) {