From 7579f1998c7f3fc4526748f2d5dde2dfe2e03a42 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 17 Mar 2015 01:09:09 +0300 Subject: [PATCH] Fix system tests. #71 --- system/t09_repo/include.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):