summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-keep-downloaded-pkgs
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-05-19 16:59:42 +0000
committerJulian Andres Klode <jak@debian.org>2025-05-19 16:59:42 +0000
commit5901fb11d8df5f8b8578ea3032d0e5a953c8a429 (patch)
tree96194abb303587eba773e2bd892f1c93d54ee337 /test/integration/test-apt-keep-downloaded-pkgs
parent529d34728126ad19f4729ddf9bf95420b343378b (diff)
parentd493545484fbb100e559e39618b30a3b3a3526d1 (diff)
Merge branch 'patch-1' into 'main'
💬 Recommend people use `apt update` over `apt-get update` See merge request apt-team/apt!80
Diffstat (limited to 'test/integration/test-apt-keep-downloaded-pkgs')
-rwxr-xr-xtest/integration/test-apt-keep-downloaded-pkgs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-keep-downloaded-pkgs b/test/integration/test-apt-keep-downloaded-pkgs
index c5f62954c..4938aefdb 100755
--- a/test/integration/test-apt-keep-downloaded-pkgs
+++ b/test/integration/test-apt-keep-downloaded-pkgs
@@ -30,7 +30,7 @@ changetowebserver
testsuccess aptget update
# see if no-download really doesn't download the package
-testfailuremsg 'E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?' aptget install pkg2 --no-download -y
+testfailuremsg 'E: Unable to fetch some archives, maybe run apt update or try with --fix-missing?' aptget install pkg2 --no-download -y
testsuccess test -f aptarchive/pool/pkg2_1.0_all.deb
testfailure test -f rootdir/var/cache/apt/archives/pkg2_1.0_all.deb