about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <BOFH@YHBT.net>2024-01-09 21:35:08 +0000
committerEric Wong <bofh@yhbt.net>2024-03-31 22:49:34 +0000
commit782c06cb5629de7c8e27e343ac2d8bc69478631d (patch)
treea56d5c3ef29c3f6b1004f886de8c6f48fb48e0f2
parentd71d3285ea29f0978bd0b35a366a1470ca69be18 (diff)
downloadunicorn-782c06cb5629de7c8e27e343ac2d8bc69478631d.tar.gz
This was also done in t/test-lib.sh, but using '*' is more
encompassing.
-rw-r--r--t/integration.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/integration.t b/t/integration.t
index 7310ff2..d17ace0 100644
--- a/t/integration.t
+++ b/t/integration.t
@@ -27,6 +27,7 @@ listen "$u1"
 EOM
 my $ar = unicorn(qw(-E none t/integration.ru -c), $u_conf, { 3 => $srv });
 my $curl = which('curl');
+local $ENV{NO_PROXY} = '*'; # for curl
 my $fifo = "$tmpdir/fifo";
 POSIX::mkfifo($fifo, 0600) or die "mkfifo: $!";
 my %PUT = (