]> git.saurik.com Git - apt.git/commitdiff
merge fix for testrun on amd64
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Oct 2010 10:23:25 +0000 (12:23 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Oct 2010 10:23:25 +0000 (12:23 +0200)
test/integration/framework

index d832bedbef5010bfdd3b3f23879a8a0d69a573da..95fce1247c93d3e3b600de5865d93a894274ff68 100644 (file)
@@ -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