mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
Revert "utils/test-network.py: fix failing testcase"
This reverts commit 378519d23f8b6e55b1c0741e8cd197863e0ff8a0. this commit was meant for the 2.13 branch not master Signed-off-by: John Johansen <john.johansen@canonical.com> (cherry picked from commit 9144e39d252cd75dd2d6941154e014f7d46147ca)
This commit is contained in:
parent
fc2beaca9d
commit
69651fc656
@ -31,7 +31,7 @@ exp = namedtuple('exp', ['audit', 'allow_keyword', 'deny', 'comment',
|
||||
|
||||
class NetworkKeywordsTest(AATest):
|
||||
def test_network_keyword_list(self):
|
||||
rc, output = cmd(['make', '-s', '--no-print-directory', 'list_af_names'])
|
||||
rc, output = cmd('../../common/list_af_names.sh')
|
||||
self.assertEqual(rc, 0)
|
||||
|
||||
af_names = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user