From: Alan T. DeKok Date: Tue, 22 Nov 2022 22:06:36 +0000 (-0500) Subject: one more fix for CI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83e27b556afa7b154499866d321e0fc3f65ccfe;p=thirdparty%2Ffreeradius-server.git one more fix for CI --- diff --git a/src/tests/modules/json/encode.unlang b/src/tests/modules/json/encode.unlang index 791692267c0..5c588ed9e0c 100644 --- a/src/tests/modules/json/encode.unlang +++ b/src/tests/modules/json/encode.unlang @@ -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 }