summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/chain/0002duplicate_0
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/tests/shell/testcases/chain/0002duplicate_0')
-rwxr-xr-xiptables/tests/shell/testcases/chain/0002duplicate_09
1 files changed, 0 insertions, 9 deletions
diff --git a/iptables/tests/shell/testcases/chain/0002duplicate_0 b/iptables/tests/shell/testcases/chain/0002duplicate_0
deleted file mode 100755
index 025114ea..00000000
--- a/iptables/tests/shell/testcases/chain/0002duplicate_0
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-$IPTABLES -t filter -N c1 || exit 1
-$IPTABLES -t filter -N c1
-
-if [ $? -eq 0 ]; then
- echo "E: Duplicate chains" >&2
- exit 0
-fi