From 615fc2c3ce4787a97085adbd78863835befece37 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 5 Sep 2022 17:28:04 +0200 Subject: [PATCH] test: zone-set requires TTL for the first record in the rrset I'm not sure why this worked previously. --- test/units/testsuite-75.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.