summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/0039negative_priority_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/chains/0039negative_priority_0')
-rwxr-xr-xtests/shell/testcases/chains/0039negative_priority_08
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/shell/testcases/chains/0039negative_priority_0 b/tests/shell/testcases/chains/0039negative_priority_0
deleted file mode 100755
index ba17b8cc..00000000
--- a/tests/shell/testcases/chains/0039negative_priority_0
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-# Test parsing of negative priority values
-
-set -e
-
-$NFT add table t
-$NFT add chain t c { type filter hook input priority -30\; }