summaryrefslogtreecommitdiffstats
path: root/tests/libtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest.sh')
-rw-r--r--tests/libtest.sh2
1 files changed, 1 insertions, 1 deletions
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