[libextutils-autoinstall-perl] 01/02: Unify HOME in autopkgtest across packages.

gregor herrmann gregoa at debian.org
Thu Aug 3 19:32:54 UTC 2017


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

gregoa pushed a commit to branch master
in repository libextutils-autoinstall-perl.

commit 71bc118ea374bf3b7e56b5ae7115c33454bfe259
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 3 15:32:11 2017 -0400

    Unify HOME in autopkgtest across packages.
---
 debian/tests/pkg-perl/smoke-env   | 2 +-
 debian/tests/pkg-perl/smoke-setup | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env
index 517408e..021d2e2 100644
--- a/debian/tests/pkg-perl/smoke-env
+++ b/debian/tests/pkg-perl/smoke-env
@@ -1 +1 @@
-HOME=$ADTTMP/build
+HOME=${ADTTMP}
diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
index 97b9518..defa55e 100755
--- a/debian/tests/pkg-perl/smoke-setup
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-mkdir -p $HOME
-
 # workaround for #752930
 # 0) create ~/.cpan/CPAN/MyConfig.pm ourselves before EU::AutoInstall
 #    tries to do it and fails horribly in a loop in the install_help

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



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