From de32595d2974749de1424f4d002b86c6d66b9b62 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 1 Sep 2014 16:03:35 +0400 Subject: [PATCH] Fix test. #94 --- system/t06_publish/repo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/t06_publish/repo.py b/system/t06_publish/repo.py index 2350bad1..e0fdc6ac 100644 --- a/system/t06_publish/repo.py +++ b/system/t06_publish/repo.py @@ -596,6 +596,7 @@ class PublishRepo26Test(BaseTest): ] runCmd = "aptly publish repo -keyring=${files}/aptly_passphrase.pub -secret-keyring=${files}/aptly_passphrase.sec -passphrase=verysecret -distribution=maverick local-repo" gold_processor = BaseTest.expand_environ + outputMatchPrepare = lambda _, s: s.replace("gpg: gpg-agent is not available in this session\n", "") def check(self): super(PublishRepo26Test, self).check()