summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-keep-downloaded-pkgs
diff options
context:
space:
mode:
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