projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix various typos reported by codespell
[apt.git]
/
test
/
integration
/
test-apt-get-update-unauth-warning
diff --git
a/test/integration/test-apt-get-update-unauth-warning
b/test/integration/test-apt-get-update-unauth-warning
index fcabf244ab1a85a472438b34750fcc48d4bfac22..4c45f8f26e53dc65a6419d36df9e1f61dafe00a4 100755
(executable)
--- a/
test/integration/test-apt-get-update-unauth-warning
+++ b/
test/integration/test-apt-get-update-unauth-warning
@@
-35,7
+35,7
@@
testequal 'lock
partial' ls rootdir/var/lib/apt/lists
filesize() {
partial' ls rootdir/var/lib/apt/lists
filesize() {
- stat -c%s "$(aptget
file
s --no-release-info --format '$(URI)' "Created-By: $1" | cut -d'/' -f 3- ).gz"
+ stat -c%s "$(aptget
indextarget
s --no-release-info --format '$(URI)' "Created-By: $1" | cut -d'/' -f 3- ).gz"
}
# allow override
#aptget update --allow-insecure-repositories -o Debug::pkgAcquire::worker=1
}
# allow override
#aptget update --allow-insecure-repositories -o Debug::pkgAcquire::worker=1
@@
-81,4
+81,4
@@
W: The repository 'file:$APTARCHIVE unstable Release' does not have a Release fi
# ensure we can not install the package
testfailureequal "WARNING: The following packages cannot be authenticated!
foo
# ensure we can not install the package
testfailureequal "WARNING: The following packages cannot be authenticated!
foo
-E: There
are problems and -y was used without --force-yes
" aptget install -qq -y foo
+E: There
were unauthenticated packages and -y was used without --allow-unauthenticated
" aptget install -qq -y foo