summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormattsday2020-10-06 18:14:10 +0100
committermattsday2020-10-06 18:14:10 +0100
commit6a95be8032acc646df8ee8759177dd92c7be7bba (patch)
tree4b7e26d93820a148d0b70822f2c30ebc7086dfae /PKGBUILD
parent9eb2df0e7f7fb582c217db65b0de8864f3b62f6c (diff)
downloadaur-6a95be8032acc646df8ee8759177dd92c7be7bba.tar.gz
Custom test server port number to improve test success
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2c1a9d1ba2d..94cb5f485619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mod_perl
pkgver=2.0.11
-pkgrel=3
+pkgrel=4
pkgdesc='Apache module that embeds the Perl interpreter within the server'
arch=(i686 x86_64 armv6h armv7h)
url='http://perl.apache.org/'
@@ -35,7 +35,7 @@ build() {
check() {
cd mod_perl-$pkgver
# Workaround test bug as per https://rt.cpan.org/Public/Bug/Display.html?id=118919
- APACHE_TEST_PRETEND_NO_LWP=1 make test
+ APACHE_TEST_PORT=48251 APACHE_TEST_PRETEND_NO_LWP=1 make test
}
package() {