[Reproducible-commits] [libextutils-depends-perl] 141/187: t/04_extra_libs.t: added 'android' to skipped tests message

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit de7f9c34744d6a68c76a3fee0e65995710659186
Author: Brian Manning <bmanning at src.gnome.org>
Date:   Sat Aug 2 15:29:20 2014 -0700

    t/04_extra_libs.t: added 'android' to skipped tests message
---
 t/04_extra_libs.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/04_extra_libs.t b/t/04_extra_libs.t
index 9f303ea..a3c48cd 100644
--- a/t/04_extra_libs.t
+++ b/t/04_extra_libs.t
@@ -14,7 +14,8 @@ my $tmp_inc = temp_inc;
 
 plan (($^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'android') ?
         (tests => 1) :
-        (skip_all => 'test only applicable to MSWin32 and cygwin'));
+        (skip_all
+            => "test only for 'MSWin32', 'cygwin', and 'android'"));
 
 my $dep_info = ExtUtils::Depends->new ('DepTest');
 $dep_info->save_config (catfile $tmp_inc, qw(DepTest Install Files.pm));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list