From 15416003f339fd16ae4a15553744c04941637bf3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 7 Mar 2020 02:40:56 +0100 Subject: tests/py: Fix JSON output for changed timezone When setting a fixed timezone, JSON expected output for one (known) asymmetric rule was left out by accident. Fixes: 7e326d697ecf4 ("tests/py: Set a fixed timezone in nft-test.py") Signed-off-by: Phil Sutter --- tests/py/any/meta.t.json.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/py/any/meta.t.json.output b/tests/py/any/meta.t.json.output index 037f6718..74b934b8 100644 --- a/tests/py/any/meta.t.json.output +++ b/tests/py/any/meta.t.json.output @@ -620,7 +620,7 @@ } }, "op": "==", - "right": "1970-05-23 21:07:14" + "right": "1970-05-23 22:07:14" } }, { -- cgit v1.2.3