From 0da53a2d876baac9ef83ad1a9d606439e0672a09 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 28 Jan 2014 12:41:31 +0400 Subject: [PATCH] Add '+' to list of skipped symbols. --- system/t04_mirror/show.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/t04_mirror/show.py b/system/t04_mirror/show.py index 47fda530..4c1d97d6 100644 --- a/system/t04_mirror/show.py +++ b/system/t04_mirror/show.py @@ -24,4 +24,4 @@ class ShowMirror3Test(BaseTest): """ fixtureDB = True runCmd = "aptly mirror show --with-packages wheezy-contrib" - outputMatchPrepare = lambda _, s: re.sub(r"Last update: [0-9:A-Za-z -]+\n", "", s) + outputMatchPrepare = lambda _, s: re.sub(r"Last update: [0-9:+A-Za-z -]+\n", "", s)