From: Arran Cudbard-Bell Date: Sun, 18 May 2025 21:16:52 +0000 (-0600) Subject: try-no-sibling test needs to set the rcode back to ok X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a0d683a80918f20d71a12f141d786dd08162ef;p=thirdparty%2Ffreeradius-server.git try-no-sibling test needs to set the rcode back to ok --- diff --git a/src/tests/keywords/try-no-sibiling b/src/tests/keywords/try-no-sibiling index 2cb6da58557..2e16be589e6 100644 --- a/src/tests/keywords/try-no-sibiling +++ b/src/tests/keywords/try-no-sibiling @@ -1,5 +1,5 @@ # -# PRE: if +# PRE: if try # string foo string bar @@ -23,6 +23,7 @@ group { if bar { test_fail } + ok } }