]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: py: Drop duplicate test in any/meta.t
authorPhil Sutter <phil@nwl.cc>
Wed, 13 Aug 2025 12:12:06 +0000 (14:12 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 18 Aug 2025 20:56:44 +0000 (22:56 +0200)
The expected invalid meta hour argument of 24:00 is tested already.

Fixes: a6717ae094db2 ("evaluate: Fix for 'meta hour' ranges spanning date boundaries")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/any/meta.t

index 74e4ba28343d96e8bc590b298214f15c38a8daaa..c5ab2ad908c46f27bc5beda7ce43b2a55e7f505e 100644 (file)
@@ -221,7 +221,6 @@ meta hour "00:01" drop;ok
 meta hour "01:01" drop;ok
 meta hour "02:02" drop;ok
 meta hour "03:03" drop;ok
-meta hour "24:00" drop;fail
 meta hour "23:59:60" drop;ok;meta hour "00:00" drop
 meta hour "00:00"-"02:02" drop;ok
 meta hour "01:01"-"03:03" drop;ok