[libfile-rsync-perl] 01/02: Fix autopkgtest setup

Niko Tyni ntyni at moszumanska.debian.org
Mon Oct 12 11:15:14 UTC 2015


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

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

commit afd654630c410c75e7ddaa238bbbd4150480faef
Author: Niko Tyni <ntyni at debian.org>
Date:   Mon Oct 12 14:10:03 2015 +0300

    Fix autopkgtest setup
    
    New test cases in test.pl try to copy blib/lib/File/Rsync.pm,
    so make sure that exists with some (fake) content.
    
    Closes: #801500
---
 debian/tests/pkg-perl/smoke-setup | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
new file mode 100755
index 0000000..ba7666a
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -0,0 +1,4 @@
+#!/bin/sh
+# test.pl will try to rsync blib/lib/File/Rsync.pm
+mkdir -p ${TDIR}/blib/lib/File
+echo foobar > ${TDIR}/blib/lib/File/Rsync.pm

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



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