]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
strings are strings, not integers
authorAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 15:23:18 +0000 (10:23 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 3 Dec 2021 15:33:50 +0000 (10:33 -0500)
src/tests/keywords/rand

index 54053292434c28b8a58afdd81d94d8c7e812dba6..eb6f65b21c33e0d9d2592ea2fe894b54b1d2dcb7 100644 (file)
@@ -17,7 +17,7 @@ update request {
 #
 #  Invalid limit should have failed
 #
-if (&Tmp-String-0 != 0) {
+if (&Tmp-String-0 != '') {
        test_fail
 }