]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use "==" and not "="
authorAlan T. DeKok <aland@freeradius.org>
Mon, 20 Jun 2022 22:40:35 +0000 (18:40 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 20 Jun 2022 22:40:35 +0000 (18:40 -0400)
src/tests/modules/idn/idn.unlang

index c4e5e12b4231d18a349f68a75a53532b2dd2df08..3614f98271df840cf8e1dc3b6c6ede2538d5e036 100644 (file)
@@ -39,7 +39,7 @@ if (&Tmp-String-0 != "") {
         test_fail
 }
 
-if (&Module-Failure-Message = "") {
+if (&Module-Failure-Message == "") {
         test_fail
 }