1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

subunithelper: Remove accidentally added line.

This commit is contained in:
Jelmer Vernooij 2010-10-02 23:32:12 +02:00
parent ab37c48e57
commit 5cdef70823

View File

@ -552,6 +552,3 @@ class PlainFormatter(TestsuiteEnabledTestResult):
self.skips.setdefault(reason, []).append(name)
if self.totalsuites:
self.totalsuites-=1
class TestProtocolServer(subunit.TestProtocolServer):