mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Drop 'log' parameter from ReadLog
This parameter is always [], so we can simplify the ReadLog __init__() parameters. Note that some tests handed over '' instead of []. This was a bug, but didn't matter because those tests only use a small portion of ReadLog. Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
@@ -96,7 +96,7 @@ class RlimitTestParseInvalid(RlimitTest):
|
||||
class RlimitTestParseFromLog(RlimitTest):
|
||||
pass
|
||||
# def test_net_from_log(self):
|
||||
# parser = ReadLog('', '', '', '', '')
|
||||
# parser = ReadLog('', '', '', '')
|
||||
|
||||
# event = 'type=AVC ...'
|
||||
|
||||
|
Reference in New Issue
Block a user