summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2021-12-15 18:43:41 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2021-12-15 22:50:24 +0100
commit9f5af486a61d230c53ac5c5dc86b86b6431403f7 (patch)
tree0a4abdd66992117740c839925c9e7d79fe43874d /tests/shell/testcases
parent0379244930035b3bff95281a58fa7efd7e50dd51 (diff)
tests: shell: remove stray debug flag.
0040mark_shift_0 was passing --debug=eval to nft. Remove it. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/shell/testcases')
-rwxr-xr-xtests/shell/testcases/chains/0040mark_shift_02
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/chains/0040mark_shift_0 b/tests/shell/testcases/chains/0040mark_shift_0
index 55447f0b..ef3dccfa 100755
--- a/tests/shell/testcases/chains/0040mark_shift_0
+++ b/tests/shell/testcases/chains/0040mark_shift_0
@@ -8,4 +8,4 @@ RULESET="
add rule t c oif lo ct mark set (meta mark | 0x10) << 8
"
-$NFT --debug=eval -f - <<< "$RULESET"
+$NFT -f - <<< "$RULESET"