diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-11-05 17:28:13 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-11-05 17:28:13 +0100 |
commit | 7933b3a1cf56096d6ab30cedf1b736054b5fc84b (patch) | |
tree | 539bf3a6e44bd722754b00785012387e8b17ca93 /test | |
parent | 18593cf75189c0d6d3cbbf729013c875398218ca (diff) |
test/integration/test-bug-624218-Translation-file-handling: clarify when Translation-* is guessed
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-bug-624218-Translation-file-handling | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/test-bug-624218-Translation-file-handling b/test/integration/test-bug-624218-Translation-file-handling index 4ec30ee09..d32bd513b 100755 --- a/test/integration/test-bug-624218-Translation-file-handling +++ b/test/integration/test-bug-624218-Translation-file-handling @@ -47,7 +47,8 @@ translationslisted() { translationslisted 'with full Index' -# no records at all about Translation files (fallback to guessing) +# 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"; |