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-update-ims | |
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-update-ims')
-rwxr-xr-x | test/integration/test-apt-update-ims | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/test-apt-update-ims b/test/integration/test-apt-update-ims index 8aa5a7262..06b9c2b62 100755 --- a/test/integration/test-apt-update-ims +++ b/test/integration/test-apt-update-ims @@ -73,7 +73,8 @@ Ign http://localhost:8080 unstable Release.gpg Hit http://localhost:8080 unstable/main Sources Hit http://localhost:8080 unstable/main amd64 Packages Hit http://localhost:8080 unstable/main Translation-en -Reading package lists..." +Reading package lists... +W: The data from 'http://localhost:8080 unstable Release.gpg' is not signed. Packages from that repository can not be authenticated." find aptarchive -name "Release.gpg" | xargs rm -f |