summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-11-30 19:14:26 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-11-30 19:14:26 +0100
commitf425d4d5d65b317b84fd56ea40f469ca008b7773 (patch)
treebbd3938cbd9aea499c417b413a7d46b88c6e8c93
parentaf7a92c35accda98b667ff41f62ea500fca95a7c (diff)
ensure that the build methods are used and not these on the system
-rw-r--r--test/integration/framework1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework
index 63962858a..bc427c544 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -116,6 +116,7 @@ setupenvironment() {
echo "Dir::state::status \"${TMPWORKINGDIRECTORY}/rootdir/var/lib/dpkg/status\";" >> aptconfig.conf
echo "Debug::NoLocking \"true\";" >> aptconfig.conf
echo "APT::Get::Show-User-Simulation-Note \"false\";" >> aptconfig.conf
+ echo "Dir::Bin::Methods \"${BUILDDIRECTORY}/methods\";" >> aptconfig.conf
echo "Dir::Bin::dpkg \"fakeroot\";" >> aptconfig.conf
echo "DPKG::options:: \"dpkg\";" >> aptconfig.conf
echo "DPKG::options:: \"--root=${TMPWORKINGDIRECTORY}/rootdir\";" >> aptconfig.conf