]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more fix for CI
authorAlan T. DeKok <aland@freeradius.org>
Tue, 22 Nov 2022 22:06:36 +0000 (17:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 22 Nov 2022 22:06:36 +0000 (17:06 -0500)
src/tests/modules/json/encode.unlang

index 791692267c0e38df352ef22e618ba966911d8ae8..5c588ed9e0cdcbba9ea653fafed44f7fb86fd7b9 100644 (file)
@@ -35,7 +35,7 @@ if (&control.Tmp-String-5 != '{"User-Name":{"type":"string","value":"john"},"NAS
        test_fail
 }
 
-if (&control.Tmp-String-6) {
+if !(&control.Tmp-String-6 == "") {
        test_fail
 }