mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
26 lines
923 B
Diff
26 lines
923 B
Diff
From 03baa934e415e4181bb43e466e09af2ec1f512f0 Mon Sep 17 00:00:00 2001
|
|
From: allgdante <allan.garret@gmail.com>
|
|
Date: Mon, 23 Mar 2020 16:17:59 +0000
|
|
Subject: [PATCH 10/12] Revert "utils/test-network.py: fix failing testcase"
|
|
|
|
This reverts commit 0c65b9aeb925297b95e249caa57d33221295d5ea.
|
|
---
|
|
utils/test/test-network.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/utils/test/test-network.py b/utils/test/test-network.py
|
|
index 8605786d..73a6b9d1 100644
|
|
--- a/utils/test/test-network.py
|
|
+++ b/utils/test/test-network.py
|
|
@@ -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 = []
|
|
--
|
|
2.25.2
|
|
|