From: Phil Sutter Date: Wed, 13 Aug 2025 12:12:06 +0000 (+0200) Subject: tests: py: Drop duplicate test in any/meta.t X-Git-Tag: v1.1.5~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9cf55a468c9e99afaf1ebc8dffb23dd92441998;p=thirdparty%2Fnftables.git tests: py: Drop duplicate test in any/meta.t 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 Reviewed-by: Pablo Neira Ayuso --- diff --git a/tests/py/any/meta.t b/tests/py/any/meta.t index 74e4ba28..c5ab2ad9 100644 --- a/tests/py/any/meta.t +++ b/tests/py/any/meta.t @@ -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