]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-686346-package-missing-architecture
Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new
[apt.git] / test / integration / test-bug-686346-package-missing-architecture
index b2c9ec9ee969d32c7359f1be30d5e7320282247d..3b02811ca3f8ee3bd78f68c94737a07e40f1b29a 100755 (executable)
@@ -58,13 +58,13 @@ Building dependency tree...
 # pkgd has no update with an architecture
 testdpkginstalled pkgd
 msgtest 'Test apt-get purge' 'pkgd'
-aptget purge pkgd -y >/dev/null 2>&1 && msgpass || msgfail
+testsuccess --nomsg aptget purge pkgd -y
 testdpkgnotinstalled pkgd
 
 # there is a pkgb with an architecture
 testdpkginstalled pkgb
 msgtest 'Test apt-get purge' 'pkgb:none'
-aptget purge pkgb:none -y >/dev/null 2>&1 && msgpass || msgfail
+testsuccess --nomsg aptget purge pkgb:none -y
 testdpkgnotinstalled pkgb
 
 # check that dependencies are created after the none package exists in the cache