diff options
| author | Max Coplan <mchcopl@gmail.com> | 2019-11-20 16:03:39 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-05-19 18:29:45 +0200 |
| commit | d493545484fbb100e559e39618b30a3b3a3526d1 (patch) | |
| tree | 96194abb303587eba773e2bd892f1c93d54ee337 /test/integration/test-apt-keep-downloaded-pkgs | |
| parent | 529d34728126ad19f4729ddf9bf95420b343378b (diff) | |
💬 Recommend use of `apt update` over `apt-get update`
Diffstat (limited to 'test/integration/test-apt-keep-downloaded-pkgs')
| -rwxr-xr-x | test/integration/test-apt-keep-downloaded-pkgs | 2 |
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 |
