Linux Netfilter development
 help / color / mirror / Atom feed
* [PATCH] tests: shell: remove stray debug flag.
@ 2021-12-15 18:43 Jeremy Sowden
  2021-12-15 18:47 ` Jeremy Sowden
  2021-12-15 21:51 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Sowden @ 2021-12-15 18:43 UTC (permalink / raw)
  To: Netfilter Devel

0040mark_shift_0 was passing --debug=eval to nft.  Remove it.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 tests/shell/testcases/chains/0040mark_shift_0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/shell/testcases/chains/0040mark_shift_0 b/tests/shell/testcases/chains/0040mark_shift_0
index 55447f0b9737..ef3dccfa049a 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"
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-15 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 18:43 [PATCH] tests: shell: remove stray debug flag Jeremy Sowden
2021-12-15 18:47 ` Jeremy Sowden
2021-12-15 21:51 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox