]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-sourceslist-lang-plusminus-options
tests: use id to get user/group instead of environment
[apt.git] / test / integration / test-sourceslist-lang-plusminus-options
index c61d5a4ca7b0e60956187d8bd9f7dd70db2ef536..6600183588e437451910c71e3571263b8fe818c3 100755 (executable)
@@ -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'