]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Can't really check the serial value easily
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Jun 2022 18:48:23 +0000 (14:48 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Jun 2022 18:48:23 +0000 (14:48 -0400)
src/tests/modules/cipher/serial.unlang

index 1168ed117d033f06e5b65b2ad5a97df8af83ac71..4e496eb143cdf6e81166d550e37170c955c7c1ab 100644 (file)
@@ -7,9 +7,3 @@ if ("%(length:%{Tmp-Octets-0})" != 1) {
 } else {
        test_pass
 }
-
-if ("%{hex:%{Tmp-Octets-0}}" != "01") {
-       test_fail
-} else {
-       test_pass
-}