summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-11-15 14:19:23 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-11-15 14:19:23 +0100
commitded9d4e22002ead2aa12bc5bc8b34c21f2d3b707 (patch)
tree7e599895a76e3387c7aa6f810752d9d35d40b197 /test
parente58371283fff2f9bb6a7edb3868d7eb08d175175 (diff)
test/integration/framework: set methods dir
Diffstat (limited to 'test')
-rw-r--r--test/integration/framework1
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