]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
try-no-sibling test needs to set the rcode back to ok
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 18 May 2025 21:16:52 +0000 (15:16 -0600)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 18 Jun 2025 12:53:01 +0000 (13:53 +0100)
src/tests/keywords/try-no-sibiling

index 2cb6da585579402c409e070dfd5c43ec559acc9e..2e16be589e621c1441d4b9f436ac93eda74e5b64 100644 (file)
@@ -1,5 +1,5 @@
 #
-#  PRE: if
+#  PRE: if try
 #
 string foo
 string bar
@@ -23,6 +23,7 @@ group {
                if bar {
                        test_fail
                }
+               ok
        }
 }