Remove updated at while comparing.

This commit is contained in:
Andrey Smirnov
2014-01-28 12:35:20 +04:00
parent c538ca8cc6
commit db4ccce9e4
+2
View File
@@ -1,4 +1,5 @@
from lib import BaseTest
import re
class ShowMirror1Test(BaseTest):
@@ -23,3 +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)