From: Matthijs Mekking Date: Mon, 9 Mar 2020 09:37:35 +0000 (+0100) Subject: More consistent spacing and comments X-Git-Tag: v9.17.1~66^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e54dd74f9af3cdd42cc37d550e339e81eeaf001;p=thirdparty%2Fbind9.git More consistent spacing and comments Some comments started with a lowercased letter. Capitalized them to be more consistent with the rest of the comments. Add some newlines between `set_*` calls and check calls, also to be more consistent with the other test cases. --- diff --git a/bin/tests/system/kasp/tests.sh b/bin/tests/system/kasp/tests.sh index dd28ddc77c1..0b5c8d0dfe9 100644 --- a/bin/tests/system/kasp/tests.sh +++ b/bin/tests/system/kasp/tests.sh @@ -1144,7 +1144,6 @@ set_keylifetime "KEY1" "0" set_keyalgorithm "KEY1" "13" "ECDSAP256SHA256" "256" set_keysigning "KEY1" "yes" set_zonesigning "KEY1" "yes" - # The first key is immediately published and activated. set_keytime "KEY1" "PUBLISHED" "yes" set_keytime "KEY1" "ACTIVE" "yes" @@ -1230,7 +1229,7 @@ dnssec_verify set_zone "dnssec-keygen.kasp" set_policy "rsasha1" "3" "1234" set_server "ns3" "10.53.0.3" -# key properties, timings and states same as above. +# Key properties, timings and states same as above. check_keys check_apex @@ -1243,7 +1242,7 @@ dnssec_verify set_zone "some-keys.kasp" set_policy "rsasha1" "3" "1234" set_server "ns3" "10.53.0.3" -# key properties, timings and states same as above. +# Key properties, timings and states same as above. check_keys check_apex @@ -1256,7 +1255,7 @@ dnssec_verify set_zone "legacy-keys.kasp" set_policy "rsasha1" "3" "1234" set_server "ns3" "10.53.0.3" -# key properties, timings and states same as above. +# Key properties, timings and states same as above. check_keys check_apex @@ -1271,7 +1270,7 @@ dnssec_verify set_zone "pregenerated.kasp" set_policy "rsasha1" "6" "1234" set_server "ns3" "10.53.0.3" -# key properties, timings and states same as above. +# Key properties, timings and states same as above. check_keys check_apex @@ -1285,7 +1284,7 @@ dnssec_verify set_zone "rumoured.kasp" set_policy "rsasha1" "3" "1234" set_server "ns3" "10.53.0.3" -# key properties, timings and states same as above. +# Key properties, timings and states same as above. check_keys check_apex @@ -1298,7 +1297,7 @@ dnssec_verify set_zone "secondary.kasp" set_policy "rsasha1" "3" "1234" set_server "ns3" "10.53.0.3" -# key properties, timings and states same as above. +# Key properties, timings and states same as above. check_keys check_apex