summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-test-object/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-test-object/PKGBUILD b/perl-test-object/PKGBUILD
index 44c9a744..2049ea0f 100644
--- a/perl-test-object/PKGBUILD
+++ b/perl-test-object/PKGBUILD
@@ -39,6 +39,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export AUTOMATED_TESTING=1
make test
)
}