From: Jorge Pereira Date: Tue, 4 Jul 2023 01:07:10 +0000 (-0300) Subject: whitespace and formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374ecd51903af65e959c349c5d638089d8a216cd;p=thirdparty%2Ffreeradius-server.git whitespace and formatting --- diff --git a/src/tests/process/radius/server.conf b/src/tests/process/radius/server.conf index 9cce85957df..f705d2c6a65 100644 --- a/src/tests/process/radius/server.conf +++ b/src/tests/process/radius/server.conf @@ -1,16 +1,20 @@ +policy { + $INCLUDE ../policy.conf + $INCLUDE ${raddb}/policy.d/control +} + server radius { namespace = radius -recv Access-Request { - accept -} + recv Access-Request { + accept + } -send Access-Accept { - ok -} + send Access-Accept { + ok + } -send Access-Challenge { - &reply.Reply-Message := "challenge" + send Access-Challenge { + &reply.Reply-Message := "challenge" + } } - -} \ No newline at end of file diff --git a/src/tests/process/unit_test_module.conf b/src/tests/process/unit_test_module.conf index c2ed45a982d..c215e3bf6d9 100644 --- a/src/tests/process/unit_test_module.conf +++ b/src/tests/process/unit_test_module.conf @@ -3,17 +3,10 @@ # raddb = raddb - modconfdir = ${raddb}/mods-config modules { -$INCLUDE ../../../raddb/mods-available/always - -} - -policy { -$-INCLUDE $ENV{PROTOCOL}/policy.conf -$INCLUDE policy.conf + $INCLUDE ../../../raddb/mods-available/always } # @@ -40,10 +33,10 @@ server default { # routine, and checks the results. # recv Request { -# -# All of the tests run within a "subrequest". -# -$INCLUDE $ENV{PROCESS} + # + # All of the tests run within a "subrequest". + # + $INCLUDE $ENV{PROCESS} } send Reply {