]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-transactions
pkgcachegen: Use std::unordered_map instead of std::map
[apt.git] / test / integration / test-apt-update-transactions
index a5dac1737a74d60b9b004a0dacfc5e9f9f740e65..884838038906a9230d9604baf2e382daad4a4c38 100755 (executable)
@@ -3,15 +3,15 @@ set -e
 
 # ensure that an update will only succeed entirely or not at all
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 
 setupenvironment
 configarchitecture 'i386'
 configcompression '.' 'gz'
 
-insertpackage 'unstable' 'foo' 'all' '1.0'
-insertsource 'unstable' 'foo' 'all' '1.0'
+insertpackage 'unstable' 'foo' 'i386' '1.0'
+insertsource 'unstable' 'foo' 'i386' '1.0'
 
 setupaptarchive --no-update
 
@@ -31,8 +31,8 @@ restorefile() {
 testrun() {
        rm -rf aptarchive/dists.good
        cp -a aptarchive/dists aptarchive/dists.good
-       insertpackage 'unstable' 'bar' 'all' '1.0'
-       insertsource 'unstable' 'bar' 'all' '1.0'
+       insertpackage 'unstable' 'bar' 'i386' '1.0'
+       insertsource 'unstable' 'bar' 'i386' '1.0'
        buildaptarchivefromfiles '+1 hour'
 
        # produce an unsigned repository