From 67921bfd0697029aff86cbefbac6b5dfe8204afb Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 28 Feb 2017 17:22:16 +0100 Subject: [PATCH] make our zone parser adhere to RFC2308 wrt implicit TTLs and add test --- regression-tests.nobackend/zone2json-rfc2308/command | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-tests.nobackend/zone2json-rfc2308/command b/regression-tests.nobackend/zone2json-rfc2308/command index 3440252f40..b4781c5eb4 100755 --- a/regression-tests.nobackend/zone2json-rfc2308/command +++ b/regression-tests.nobackend/zone2json-rfc2308/command @@ -1,3 +1,2 @@ #!/bin/sh - ${ZONE2JSON} --zone=zone2json-rfc2308/rfc2308.com --zone-name=example.com | jq '.records[].ttl' -- 2.47.2