bpo-31627: Make test_mailbox be lenient to empty hostname. (#3821)
This commit is contained in:
parent
101a5e84ac
commit
f4ea642cb6
@ -746,7 +746,7 @@ class TestMaildir(TestMailbox, unittest.TestCase):
|
|||||||
hostname = hostname.replace(':', r'\072')
|
hostname = hostname.replace(':', r'\072')
|
||||||
pid = os.getpid()
|
pid = os.getpid()
|
||||||
pattern = re.compile(r"(?P<time>\d+)\.M(?P<M>\d{1,6})P(?P<P>\d+)"
|
pattern = re.compile(r"(?P<time>\d+)\.M(?P<M>\d{1,6})P(?P<P>\d+)"
|
||||||
r"Q(?P<Q>\d+)\.(?P<host>[^:/]+)")
|
r"Q(?P<Q>\d+)\.(?P<host>[^:/]*)")
|
||||||
previous_groups = None
|
previous_groups = None
|
||||||
for x in range(repetitions):
|
for x in range(repetitions):
|
||||||
tmp_file = self._box._create_tmp()
|
tmp_file = self._box._create_tmp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user