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

gregoa pushed a commit to branch master
in repository libfile-slurper-perl.

commit 7722b971b98df1e70c7ca26974386b55c6c45a38
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Sep 7 21:14:29 2015 +0200

    add autopkgtest.patch
    
    skip a test which relies on ./lib/File
---
 debian/patches/autopkgtest.patch | 17 +++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
new file mode 100644
index 0000000..e03da8c
--- /dev/null
+++ b/debian/patches/autopkgtest.patch
@@ -0,0 +1,17 @@
+Description: skip a test when run under autopkgtest
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-09-07
+
+--- a/t/10-basics.t
++++ b/t/10-basics.t
+@@ -20,7 +20,7 @@
+ 
+ is_deeply([ read_lines($0) ], \@content, 'read_lines returns the right thing 
(chomp)');
+ 
+-is_deeply([ read_dir('lib') ], [ 'File' ], 'read_dir appears to work');
++is_deeply([ read_dir('lib') ], [ 'File' ], 'read_dir appears to work') unless 
$ENV{ADTTMP};
+ 
+ my ($fh, $filename) = tempfile(UNLINK => 1);
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..aba7ccb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+autopkgtest.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libfile-slurper-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to