diff --git a/system/t09_repo/include.py b/system/t09_repo/include.py index 33281fbd..069ef0d5 100644 --- a/system/t09_repo/include.py +++ b/system/t09_repo/include.py @@ -288,7 +288,7 @@ class IncludeRepo11Test(BaseTest): fixtureCmds = [ "aptly repo create unstable", ] - runCmd = "aptly repo include -accept-unsigned " + runCmd = "aptly repo include -accept-unsigned -keyring=${files}/aptly.pub " outputMatchPrepare = lambda self, s: gpgRemove(self, tempDirRemove(self, s)) def prepare(self):