summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch')
-rw-r--r--dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch b/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch
deleted file mode 100644
index fb9d601ceaa8..000000000000
--- a/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/test.py b/test.py
-index f426612..f598585 100755
---- a/test.py
-+++ b/test.py
-@@ -3,16 +3,6 @@
-
- import sys
-
--print "WARNING: this test will manipulate iptables rules."
--print "Don't do this on a production machine."
--while True:
-- print "Would you like to continue? y/n",
-- answer = raw_input()
-- if answer in "yYnN" and len(answer) == 1:
-- break
--if answer in "nN":
-- sys.exit(0)
--
- from iptc.test import test_iptc, test_matches, test_targets
-
- results = [rv for rv in [test_iptc.run_tests(), test_matches.run_tests(),