diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-10-13 09:54:21 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-10-13 13:01:15 +0200 |
commit | 9d653a6de2ca952247cc4e628256259d225570a6 (patch) | |
tree | c0953d2e518ab6b64ac11ea0096f5233feff9499 /test/integration/test-apt-get-update-unauth-warning | |
parent | 9983999d294887046abf386adc31190700d89b61 (diff) |
fix compile and tests error
I am pretty sure I did that before committing broken stuff…
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-get-update-unauth-warning')
-rwxr-xr-x | test/integration/test-apt-get-update-unauth-warning | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/integration/test-apt-get-update-unauth-warning b/test/integration/test-apt-get-update-unauth-warning index 8e212a3c4..fe0cb45a4 100755 --- a/test/integration/test-apt-get-update-unauth-warning +++ b/test/integration/test-apt-get-update-unauth-warning @@ -24,10 +24,7 @@ testequal "Ign file: unstable InRelease Err file: unstable Release File not found W: The repository 'file: unstable Release' does not have a Release file. This is deprecated, please contact the owner of the repository. -W: Use --allow-insecure-repositories to force the update -W: Failed to fetch file:$APTARCHIVE/dists/unstable/Release File not found - -E: Some index files failed to download. They have been ignored, or old ones used instead." aptget update +E: Use --allow-insecure-repositories to force the update" aptget update # no package foo testequal "Listing..." apt list foo |