]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-sourceslist-lang-plusminus-options
test-apt-download-progress: Allow smaller progress change
[apt.git] / test / integration / test-sourceslist-lang-plusminus-options
index c61d5a4ca7b0e60956187d8bd9f7dd70db2ef536..d1ab4e666f24104dcdec9bd92b79568882592f1e 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 TESTDIR=$(readlink -f $(dirname $0))
 . $TESTDIR/framework
 setupenvironment
-configarchitecture 'native'
+configarchitecture 'amd64'
 
 testlangs() {
        msgtest 'Test acquired languages for' "$1"
@@ -44,7 +44,8 @@ testlangs 'lang=de_DE' 'de_DE'
 
 echo 'deb [lang=none] http://example.org/debian stable rocks' > rootdir/etc/apt/sources.list
 testlangs 'lang=none' ''
-testequal 'amd64' aptget indextargets --no-release-info 'Created-By: Packages' --format '$(ARCHITECTURE)'
+testequal 'amd64
+all' aptget indextargets --no-release-info 'Created-By: Packages' --format '$(ARCHITECTURE)'
 
 echo 'deb [lang+=pt] http://example.org/debian stable rocks' > rootdir/etc/apt/sources.list
 testlangs 'lang+=pt' 'en,de,de_DE,pt'