testListTwoChannels doesn't need ELIST=U

This commit is contained in:
2023-04-08 18:01:22 +02:00
parent b2e8f5d1e1
commit 199d15b434

View File

@ -246,9 +246,6 @@ class ListTestCase(_BasedListTestCase):
"""
self.connectClient("foo")
if "U" not in self.server_support.get("ELIST", ""):
raise runner.OptionalExtensionNotSupported("ELIST=U")
if "TARGMAX" in self.server_support:
for item in (self.server_support["TARGMAX"]).split(","):
(command, max_) = item.split(":", 1)