Behavior on malformed LLC frame length is undefined, so accept RESULT_ANY
diff --git a/tests/pktact.py b/tests/pktact.py
index b62c02d..d033f2d 100644
--- a/tests/pktact.py
+++ b/tests/pktact.py
@@ -2376,7 +2376,7 @@
                 [[
                     "Eth addr+type match - LLC frame corrupted length - %s" % title,
                     scapy.Ether(dst=dl_dst, src=dl_src, type=ethLen) / llc,
-                    self.RESULT_NOMATCH,
+                    self.RESULT_ANY,
                 ]],
                 action.action_output(), match
             )