From 04588d756696c23a69a96bd1edf6c2871f10fc92 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 12 Mar 2014 18:57:21 +0400 Subject: [PATCH] Fix keyring in system test. --- system/t04_mirror/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/t04_mirror/create.py b/system/t04_mirror/create.py index 92d006ec..fd308d37 100644 --- a/system/t04_mirror/create.py +++ b/system/t04_mirror/create.py @@ -216,7 +216,7 @@ class CreateMirror19Test(BaseTest): fixtureGpg = True outputMatchPrepare = lambda _, s: re.sub(r'Signature made .* using', '', s) - runCmd = "aptly -architectures='i386' mirror create -with-sources mirror19 http://security.debian.org/ wheezy/updates main" + runCmd = "aptly -architectures='i386' mirror create -keyring=aptlytest.gpg -with-sources mirror19 http://security.debian.org/ wheezy/updates main" def check(self): def removeDates(s):