]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
Fix bug where the problemresolve can put a pkg into a heisenstate
[apt.git] / test / integration / framework
index b65b0b86ff317af0f8680d6a9a633008a814c1fe..a1db232e9c7266f7f4e62201099f73cfb91be2af 100644 (file)
@@ -175,6 +175,7 @@ runapt() {
        esac
        MALLOC_PERTURB_=21 MALLOC_CHECK_=2 APT_CONFIG="$(getaptconfig)" LD_LIBRARY_PATH="${LIBRARYPATH}:${LD_LIBRARY_PATH}" "$CMD" "$@"
 }
+runpython3() { runapt command python3 "$@"; }
 aptconfig() { runapt apt-config "$@"; }
 aptcache() { runapt apt-cache "$@"; }
 aptcdrom() { runapt apt-cdrom "$@"; }