From a71a4bceba236e4dcd511c24e7b43851180ab4a5 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 26 Sep 2018 15:10:51 +0200 Subject: test: Make po checks cope with missing po files in CPAN distribution We do not distribute the PO files yet for CPAN, so the checks should not fail when they are missing, even when testing with AUTHOR_TESTING=1. --- scripts/Test/Dpkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Test') diff --git a/scripts/Test/Dpkg.pm b/scripts/Test/Dpkg.pm index c59296858..937f333ba 100644 --- a/scripts/Test/Dpkg.pm +++ b/scripts/Test/Dpkg.pm @@ -102,7 +102,7 @@ sub test_get_temp_path sub test_get_po_dirs { if ($test_mode eq 'cpan') { - return qw(po); + return qw(); } else { return qw(po scripts/po dselect/po man/po); } -- cgit v1.2.3