diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-11-06 08:57:59 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-11-06 08:57:59 +0100 |
commit | f8fac12c5fa287476b781c96807baaa534ef8f76 (patch) | |
tree | 222dd450a4bad958edc608ec575f27aed07ae68a /test/integration/test-bug-624218-Translation-file-handling | |
parent | 23e1a70b47329088a8f83bd94f5e774954c4c56a (diff) | |
parent | 9397ea947c23c0957a683152360909810340abce (diff) |
Merge remote-tracking branch 'mvo/feature/no-more-acquire-guessing' into debian/experimental
Diffstat (limited to 'test/integration/test-bug-624218-Translation-file-handling')
-rwxr-xr-x | test/integration/test-bug-624218-Translation-file-handling | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/test/integration/test-bug-624218-Translation-file-handling b/test/integration/test-bug-624218-Translation-file-handling index d3c5b08ac..d32bd513b 100755 --- a/test/integration/test-bug-624218-Translation-file-handling +++ b/test/integration/test-bug-624218-Translation-file-handling @@ -47,16 +47,10 @@ translationslisted() { translationslisted 'with full Index' -# only compressed files available (as it happens on CD-ROM) -sed -i '/i18n\/Translation-[^.]*$/ d' $(find aptarchive -name 'Release') -signreleasefiles - -translationslisted 'with partial Index' - - -# no records at all about Translation files (fallback to guessing) -sed -i '/i18n\/Translation-.*$/ d' $(find aptarchive -name 'Release') -signreleasefiles +# No Release file at all, so no records about Translation files +# (fallback to guessing) +find aptarchive -name 'Release' -or -name 'InRelease' | xargs rm -f +configallowinsecurerepositories "true"; msgtest 'Download of en as forced language' 'without Index' aptget update -o Acquire::Languages=en | grep -q -e 'Translation-en ' && msgpass || msgfail |