[libautobox-perl] 01/02: Patch t/all.t to work when cwd is not in @INC

Niko Tyni ntyni at moszumanska.debian.org
Sat Sep 17 08:29:53 UTC 2016


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

ntyni pushed a commit to branch master
in repository libautobox-perl.

commit addb676dfa482d5e4da816a4a0eb5fb7c44b642c
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Sep 17 11:24:01 2016 +0300

    Patch t/all.t to work when cwd is not in @INC
    
    Closes: #837129
---
 ...-Make-t-all.t-work-when-cwd-is-not-in-INC.patch | 25 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/0001-Make-t-all.t-work-when-cwd-is-not-in-INC.patch b/debian/patches/0001-Make-t-all.t-work-when-cwd-is-not-in-INC.patch
new file mode 100644
index 0000000..9af0cf2
--- /dev/null
+++ b/debian/patches/0001-Make-t-all.t-work-when-cwd-is-not-in-INC.patch
@@ -0,0 +1,25 @@
+From 1642c1cdef8a00e77bc0d031244bf4dc349176c7 Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Sat, 17 Sep 2016 11:24:01 +0300
+Subject: [PATCH] Make t/all.t work when cwd is not in @INC
+
+Bug-Debian: https://bugs.debian.org/837129
+---
+ t/all.t | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/t/all.t b/t/all.t
+index e80e8eb..391a617 100644
+--- a/t/all.t
++++ b/t/all.t
+@@ -65,6 +65,7 @@ use Test::More tests => 292;
+ BEGIN {
+     chdir 't' if -d 't';
+     unshift @INC, '../lib';
++    unshift @INC, '.';
+ }
+ 
+ $| = 1;
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0b9ece7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Make-t-all.t-work-when-cwd-is-not-in-INC.patch

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



More information about the Pkg-perl-cvs-commits mailing list