Add '+' to list of skipped symbols.

This commit is contained in:
Andrey Smirnov
2014-01-28 12:41:31 +04:00
parent db4ccce9e4
commit 0da53a2d87
+1 -1
View File
@@ -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)