]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Move success out of the catch section, this ensure execution continues
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 30 Apr 2025 18:13:24 +0000 (14:13 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 30 Apr 2025 20:22:50 +0000 (16:22 -0400)
src/tests/keywords/try

index 6d29b000337d283041b40919768bcf2a509caeb9..dc47fb650685b44baeb8262a57588965a2d5ef00 100644 (file)
@@ -22,6 +22,6 @@ catch ok reject fail {
        if bar {
                test_fail
        }
-
-       success
 }
+
+success