diff --git a/system/t04_mirror/update.py b/system/t04_mirror/update.py index 9e5614ee..13c7708a 100644 --- a/system/t04_mirror/update.py +++ b/system/t04_mirror/update.py @@ -74,10 +74,10 @@ class UpdateMirror6Test(BaseTest): update mirrors: wrong checksum in package, but ignore """ fixtureCmds = [ - "aptly mirror create --ignore-signatures --keyring=aptlytest.gpg failure ${url} hardy main", + "aptly mirror create --ignore-signatures failure ${url} hardy main", ] fixtureWebServer = "test_release2" - runCmd = "aptly mirror update -ignore-checksums --ignore-signatures --keyring=aptlytest.gpg failure" + runCmd = "aptly mirror update -ignore-checksums --ignore-signatures failure" def gold_processor(self, gold): return string.Template(gold).substitute({'url': self.webServerUrl})