]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-nofallback
refer to apt-secure(8) in unsecure repositories warning
[apt.git] / test / integration / test-apt-update-nofallback
index e82483da3478cef21482fcadb396719b38339bcb..1b23d4f11cc09420817273f64dca1aec03e7ba0a 100755 (executable)
@@ -33,7 +33,9 @@ EOF
 
 assert_update_is_refused_and_last_good_state_used()
 {
-    testfailuremsg "E: The repository 'file:${APTARCHIVE} unstable Release' is no longer signed." aptget update
+    testfailuremsg "E: The repository 'file:${APTARCHIVE} unstable Release' is no longer signed.
+N: Updating such a repository securily is impossible and therefore disabled by default.
+N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update -q=0
 
     assert_repo_is_intact
 }