diff options
author | Justin B Rye <justin.byam.rye@gmail.com> | 2015-11-21 17:50:06 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-21 18:04:29 +0100 |
commit | d04e44ac8177fc5b70ae0189bb5e437c2502f910 (patch) | |
tree | 6ba968bf2a80d788c506007a4c1c0b233f2013c6 /test/integration/test-sourceslist-trusted-options | |
parent | abd6af5a1ce2c20a5742c5c3182dfadce10367ca (diff) |
review of new/changed translatable program strings
Reference mail:
https://lists.debian.org/debian-l10n-english/2015/11/msg00006.html
Diffstat (limited to 'test/integration/test-sourceslist-trusted-options')
-rwxr-xr-x | test/integration/test-sourceslist-trusted-options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-sourceslist-trusted-options b/test/integration/test-sourceslist-trusted-options index 78c705b0f..26de76807 100755 --- a/test/integration/test-sourceslist-trusted-options +++ b/test/integration/test-sourceslist-trusted-options @@ -203,7 +203,7 @@ everythingfails -t testing msgmsg 'Test conflicting trusted options are refused' testsource() { echo "$@" > rootdir/etc/apt/sources.list.d/example.list - testfailuremsg 'E: Conflicting values set for option Trusted concerning source http://example.org/bad/ unstable + testfailuremsg 'E: Conflicting values set for option Trusted regarding source http://example.org/bad/ unstable E: The list of sources could not be read.' aptget update --print-uris } for VAL in 'yes' 'no'; do |