]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-by-hash-update
cleanup pdiff support detection decision
[apt.git] / test / integration / test-apt-by-hash-update
index d9d0b146ff2d930bc79f6f99ce1fee9943829e3b..8300c532cb42868c0e8c5e07bf79facd64e03a23 100755 (executable)
@@ -29,7 +29,7 @@ mkdir -p aptarchive/dists/unstable/main/source/by-hash/SHA512
 testfailure aptget upate
 
 # ensure we do not know about "foo"
-testequal "Reading package lists...
+testfailureequal "Reading package lists...
 Building dependency tree...
 E: Unable to locate package foo" aptget install -q -s foo
 
@@ -37,7 +37,7 @@ E: Unable to locate package foo" aptget install -q -s foo
 testsuccess aptget update -o APT::Acquire::By-Hash=1 -o Acquire::Languages=none
 
 # ensure it works
-testequal "Inst foo (1.0 unstable [all])
+testsuccessequal "Inst foo (1.0 unstable [all])
 Conf foo (1.0 unstable [all])" aptget install -qq -s foo
 
 # add magic string to Release file ...