From: Frantisek Sumsal Date: Mon, 5 Sep 2022 15:28:04 +0000 (+0200) Subject: test: zone-set requires TTL for the first record in the rrset X-Git-Tag: v252-rc1~254^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24566%2Fhead;p=thirdparty%2Fsystemd.git test: zone-set requires TTL for the first record in the rrset I'm not sure why this worked previously. --- diff --git a/test/units/testsuite-75.sh b/test/units/testsuite-75.sh index 81a2ab37d03..5158536f498 100755 --- a/test/units/testsuite-75.sh +++ b/test/units/testsuite-75.sh @@ -87,7 +87,7 @@ if knotc zone-get test. onlinesign.test. ds | grep .; then fi # Propagate the new DS records while read -ra line; do - knotc zone-set test. "${line[@]}" + knotc zone-set test. "${line[0]}" 600 "${line[@]:1}" done < <(keymgr onlinesign.test. ds) knotc zone-commit test.