]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
just use the right comparison
authorAlan T. DeKok <aland@freeradius.org>
Wed, 11 Oct 2023 14:37:50 +0000 (10:37 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 11 Oct 2023 14:37:50 +0000 (10:37 -0400)
src/tests/modules/redis/functions.unlang

index 6b42018431393a1666b9d47ee827eb05cb7033d3..5f53e7dae426fa55b86ba780e7439b23f1bd3538 100644 (file)
@@ -37,7 +37,7 @@ if (!(%(redis.multiline:0 1) == 1)) {
 }
 
 # Bad call
-if (%(redis.multiline:10) != '') {
+if %redis.multiline(10) {
        test_fail
 }