diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 10:32:41 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-18 10:32:41 +0100 |
commit | 2d555a8205eccc4cb17b93f7c92b71a854e8f82e (patch) | |
tree | 560bb435bfb46f73abe61174edfffbfce1b2de85 /test/integration/framework | |
parent | 0e3e112e3d60647e335aee7e6ce308b29fd11988 (diff) | |
parent | d786352da27c6f05bc372a061f3a78237b69e6f4 (diff) |
merged lp:~mvo/apt/apt-get-changelog
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 2422f0886..f78ae2ee1 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -117,6 +117,7 @@ setupenvironment() { echo "Debug::NoLocking \"true\";" >> aptconfig.conf echo "APT::Get::Show-User-Simulation-Note \"false\";" >> aptconfig.conf echo "Dir::Bin::dpkg \"fakeroot\";" >> aptconfig.conf + echo "Dir::Bin::methods \"${BUILDDIRECTORY}/methods\";" >> aptconfig.conf echo "DPKG::options:: \"dpkg\";" >> aptconfig.conf echo "DPKG::options:: \"--root=${TMPWORKINGDIRECTORY}/rootdir\";" >> aptconfig.conf echo "DPKG::options:: \"--force-not-root\";" >> aptconfig.conf |