From: Michael Vogt Date: Wed, 13 Oct 2010 10:23:25 +0000 (+0200) Subject: merge fix for testrun on amd64 X-Git-Tag: 0.8.7~10^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4b2a4ab8abb9f9b6ce262882480eee945a041d14 merge fix for testrun on amd64 --- diff --git a/test/integration/framework b/test/integration/framework index d832bedbe..95fce1247 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -64,6 +64,8 @@ runapt() { msgdebug "Executing: ${CCMD}$*${CDEBUG} " if [ -f ./aptconfig.conf ]; then APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/$* + elif [ -f ../aptconfig.conf ]; then + APT_CONFIG=../aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/$* else LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/$* fi