From: Alan T. DeKok Date: Fri, 3 Dec 2021 16:34:03 +0000 (-0500) Subject: control items are ":=" not "==" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfd784a903bb92f565c8891f84c70545d8e0ee56;p=thirdparty%2Ffreeradius-server.git control items are ":=" not "==" --- diff --git a/src/tests/modules/files/prefix b/src/tests/modules/files/prefix index 1402f5b69f9..0491ae12a16 100644 --- a/src/tests/modules/files/prefix +++ b/src/tests/modules/files/prefix @@ -8,5 +8,5 @@ 10.0.0.0/8 Reply-Message := "10/8 subnet" -10.1.0.0/16 Password.Cleartext == "hello" +10.1.0.0/16 Password.Cleartext := "hello" Reply-Message += "2nd 10.1/16 subnet"