]> git.saurik.com Git - apt.git/commitdiff
set the quiet value for apt-cache so the tests will actually see
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 2 Sep 2010 10:52:04 +0000 (12:52 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 2 Sep 2010 10:52:04 +0000 (12:52 +0200)
the notices as they will not be shown otherwise

test/integration/framework

index 2b26fc8f7e84600fac679a44f95d98ca2986ca06..b5fc468651d949823f6840438dd5912fdf68002f 100644 (file)
@@ -483,7 +483,7 @@ N: No packages found"
        local ARCH=$(dpkg-architecture -qDEB_HOST_ARCH_CPU)
        eval `apt-config shell ARCH APT::Architecture`
        echo "$VIRTUAL" | sed -e "s/:$ARCH//" -e 's/:all//' > $COMPAREFILE
-       aptcache show $PACKAGE 2>&1 | checkdiff $COMPAREFILE - && msgpass || msgfail
+       aptcache show -q=0 $PACKAGE 2>&1 | checkdiff $COMPAREFILE - && msgpass || msgfail
        rm $COMPAREFILE
 }