[perl-glib-object-introspection] Fix skip count in t/arrays.t
- From: Torsten Schönfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-glib-object-introspection] Fix skip count in t/arrays.t
- Date: Sun, 29 Sep 2019 12:04:38 +0000 (UTC)
commit 6328a8fa60ccb17316a315b0b3d013f78db625bc
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date: Sun Sep 29 14:03:27 2019 +0200
Fix skip count in t/arrays.t
t/arrays.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/t/arrays.t b/t/arrays.t
index 5358cee..36a742b 100644
--- a/t/arrays.t
+++ b/t/arrays.t
@@ -190,7 +190,7 @@ SKIP: {
package => 'Poppler');
1;
};
- skip 'flat array tests using Poppler', 1
+ skip 'flat array tests using Poppler', 16
unless $have_poppler;
my $pdf = <<__PDF__; # https://github.com/mathiasbynens/small/blob/master/pdf.pdf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]