[pkg-perl-tools] 01/03: autopkgtest/smoke: export TDIR for the smoke-setup script as documented

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


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

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

commit 8a01b376590450ec9f993d6f634f917a63c6711d
Author: Niko Tyni <ntyni at debian.org>
Date:   Mon Oct 12 13:53:33 2015 +0300

    autopkgtest/smoke: export TDIR for the smoke-setup script as documented
---
 autopkgtest/scripts/build-deps.d/smoke | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autopkgtest/scripts/build-deps.d/smoke b/autopkgtest/scripts/build-deps.d/smoke
index 86978ac..0e0df5b 100755
--- a/autopkgtest/scripts/build-deps.d/smoke
+++ b/autopkgtest/scripts/build-deps.d/smoke
@@ -96,7 +96,7 @@ fi
 setup_file=debian/tests/pkg-perl/smoke-setup
 if [ -x $setup_file ]
 then
-    $setup_file
+    ( export TDIR; $setup_file )
 fi
 
 cd $TDIR

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



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