]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove accidentally comitted tests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Dec 2022 19:50:00 +0000 (13:50 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 Dec 2022 19:50:19 +0000 (13:50 -0600)
This reverts commit d18cd6caf55d5c210211fd14b6bf817d972f4614.

src/tests/keywords/unspecified [deleted file]

diff --git a/src/tests/keywords/unspecified b/src/tests/keywords/unspecified
deleted file mode 100644 (file)
index 0f6de11..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-#  PRE: if
-#
-
-&reply.Reply-Message = 'foo'
-&reply.User-Name = 'bar'
-
-if (&reply.[0] != 'foo') {
-       test_fail
-}
-
-if (&reply.[1] != 'bar') {
-       test_fail
-}
-
-success
\ No newline at end of file