diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-05-08 18:52:51 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-05-08 18:52:51 +0200 |
commit | 2a64259c7305f55f0014f399b9bd0e62b469c32b (patch) | |
tree | 2cefedf592494b329137151527562fe47b236d57 /test/integration | |
parent | c7cea1068fc639e65578dd8e0ad9478bb419cc0f (diff) |
make test independent from the actual Install-Size
Git-Dch: Ignore
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-ftparchive-cachedb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-ftparchive-cachedb b/test/integration/test-apt-ftparchive-cachedb index 147272a2c..0e1986bcd 100755 --- a/test/integration/test-apt-ftparchive-cachedb +++ b/test/integration/test-apt-ftparchive-cachedb @@ -5,7 +5,7 @@ ensure_correct_packages_file() { testequal "Package: foo Priority: optional Section: others -Installed-Size: 29 +$(dpkg-deb -I ./aptarchive/pool/main/foo_1_i386.deb | grep 'Installed-Size:' | sed 's#^ ##') Maintainer: Joe Sixpack <joe@example.org> Architecture: i386 Version: 1 @@ -25,7 +25,7 @@ usr/share/doc/foo/copyright others/foo" cat ./aptarchive/dists/test/Conte TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment -configarchitecture "i386" +configarchitecture 'i386' mkdir -p aptarchive/dists/test/main/i18n/ mkdir -p aptarchive/dists/test/main/source/ |