From 7b23eab1bbb16dd659564fa4c582759b1b488631 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 31 May 2010 14:04:29 +0200 Subject: [tests] don't use http_proxy for localhost Signed-off-by: Michael Olbrich --- tests/libtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest.sh b/tests/libtest.sh index 0b29435..ffe3e96 100644 --- a/tests/libtest.sh +++ b/tests/libtest.sh @@ -42,7 +42,7 @@ jdb_call() { exit 1 fi - wget -O "$result" --post-data="$data" "$url" > "$debug" 2>&1 + wget -e no_proxy=localhost -O "$result" --post-data="$data" "$url" > "$debug" 2>&1 status=$? if [ $status -ne 0 ]; then echo 1>&2 -- cgit v1.2.3