]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-parse-all-archs-into-cache
ensure filesize of deb is included in the hashes list
[apt.git] / test / integration / test-parse-all-archs-into-cache
index 7741563e3a0c81a1a080aeab8526a8d6cd5e0c3b..65222f0fe3c415e1c9ac2fc0f75c464e998c137c 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 setupenvironment
 configarchitecture 'i386'
 
@@ -47,8 +47,10 @@ Inst foo (1 unstable [i386])
 Conf libfoo1 (1 unstable [i386])
 Conf foo (1 unstable [i386])' aptget install foo -s
 
-testsuccessequal 'Reading package lists...
+testsuccessequal "Reading package lists...
 Building dependency tree...
+Selected version '2' (experimental [i386]) for 'foo'
+Selected version '2' (experimental [i386]) for 'libfoo1' because of 'foo'
 The following additional packages will be installed:
   libfoo1
 The following packages will be REMOVED:
@@ -61,7 +63,7 @@ Remv libfoo1:amd64 [1]
 Inst libfoo1 (2 experimental [i386])
 Inst foo (2 experimental [i386])
 Conf libfoo1 (2 experimental [i386])
-Conf foo (2 experimental [i386])' aptget install foo/experimental -s
+Conf foo (2 experimental [i386])" aptget install foo/experimental -s
 
 testsuccessequal 'Reading package lists...
 Building dependency tree...