]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-sourceslist-trusted-options
update manpage last-modified from git via pre-export hook
[apt.git] / test / integration / test-sourceslist-trusted-options
index 86036e2427351fac78d40bb40be9ea121945b804..26de76807959267b502c7a7db8aa1ed1c19a053e 100755 (executable)
@@ -109,7 +109,7 @@ everythingsucceeds -t testing
 msgmsg 'Test with trusted=yes option and good and unsigned sources'
 cp -a rootdir/etc/apt/sources.list.d.bak/* rootdir/etc/apt/sources.list.d/
 sed -i 's#^deb\(-src\)\? #deb\1 [trusted=yes] #' rootdir/etc/apt/sources.list.d/*
-aptgetupdate 'testwarning'
+aptgetupdate
 everythingsucceeds
 everythingsucceeds -t stable
 everythingsucceeds -t testing
@@ -187,7 +187,7 @@ everythingfails -t testing
 msgmsg 'Test with trusted=yes option and unsigned and good sources'
 cp -a rootdir/etc/apt/sources.list.d.bak/* rootdir/etc/apt/sources.list.d/
 sed -i 's#^deb\(-src\)\? #deb\1 [trusted=yes] #' rootdir/etc/apt/sources.list.d/*
-aptgetupdate 'testwarning'
+aptgetupdate
 everythingsucceeds
 everythingsucceeds -t stable
 everythingsucceeds -t testing
@@ -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