diff options
Diffstat (limited to 'system/perl-net-http')
-rw-r--r-- | system/perl-net-http/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/perl-net-http/APKBUILD b/system/perl-net-http/APKBUILD index 6235d2fc0..1cff0a513 100644 --- a/system/perl-net-http/APKBUILD +++ b/system/perl-net-http/APKBUILD @@ -23,6 +23,7 @@ build() { } check() { + export NO_NETWORK_TESTING=1 #986 make test } |