From 7a9eefee8e177a5621d4e7fe63bd17fe4b27c05d Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 24 Sep 2024 14:48:08 +0200 Subject: [PATCH] Whitespace cleanup --- regression-tests.nobackend/rectify-axfr/command | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regression-tests.nobackend/rectify-axfr/command b/regression-tests.nobackend/rectify-axfr/command index 5cc875fc82..ee936fdad3 100755 --- a/regression-tests.nobackend/rectify-axfr/command +++ b/regression-tests.nobackend/rectify-axfr/command @@ -9,8 +9,8 @@ sed '/directory/ { s@./zones@../regression-tests/zones@ }' ../regression-tests/n cat >> ./named.conf << __EOF__ zone "."{ - type primary; - file "../../regression-tests.rootzone/zones/ROOT"; + type primary; + file "../../regression-tests.rootzone/zones/ROOT"; }; __EOF__ @@ -32,8 +32,8 @@ echo ANALYZE\; | sqlite3 pdns.sqlite3 for zone in $(grep 'zone ' named.conf | cut -f2 -d\") do - $PDNSUTIL $ARGS set-nsec3 $zone "1 0 1 abcd" >&2 - $PDNSUTIL $ARGS add-zone-key $zone rsasha256 1024 zsk active >&2 + $PDNSUTIL $ARGS set-nsec3 $zone "1 0 1 abcd" >&2 + $PDNSUTIL $ARGS add-zone-key $zone rsasha256 1024 zsk active >&2 done $RUNWRAPPER $PDNS --daemon=no --local-port=$port --socket-dir=./ \ -- 2.47.2