]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-sourceslist-lang-plusminus-options
use local changelog from /usr/share/doc if possible
[apt.git] / test / integration / test-sourceslist-lang-plusminus-options
index c61d5a4ca7b0e60956187d8bd9f7dd70db2ef536..3f4ea953a0ae2fceac6c55f10a0def6d9b146c71 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 set -e
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+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'