]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-disappearing-packages
test/integration/run-tests: output the failed test names
[apt.git] / test / integration / test-disappearing-packages
index 0e0e9618de43b1e28f15a9075bbc3f096aec209e..09dbf7014e69c45467f0ccd45235d569f1d74dcd 100755 (executable)
@@ -29,7 +29,7 @@ rm -rf "$BUILDDIR"
 
 setupaptarchive
 
-aptget install old-pkg=1.0 --trivial-only -qq 2>&1 > /dev/null
+testsuccess aptget install old-pkg=1.0 --trivial-only
 
 testmarkedauto # old-pkg is manual installed
 
@@ -39,7 +39,7 @@ COMPAREFILE=$(mktemp)
 echo "The following package disappeared from your system as
 all files have been overwritten by other packages:
   old-pkg
-Note: This is done automatic and on purpose by dpkg." > $COMPAREFILE
+Note: This is done automatically and on purpose by dpkg." > $COMPAREFILE
 $CMD 2>&1 | tail -n 4 | diff $COMPAREFILE - && msgpass || msgfail
 rm $COMPAREFILE