From: Michael Vogt Date: Mon, 15 Nov 2010 13:19:23 +0000 (+0100) Subject: test/integration/framework: set methods dir X-Git-Tag: 0.8.11~6^2~12^2~3 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ded9d4e22002ead2aa12bc5bc8b34c21f2d3b707?ds=inline;hp=--cc test/integration/framework: set methods dir --- ded9d4e22002ead2aa12bc5bc8b34c21f2d3b707 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