From: Arran Cudbard-Bell Date: Thu, 8 Dec 2022 19:50:00 +0000 (-0600) Subject: Remove accidentally comitted tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61c4d1ddfb8c450657b5612aa74a7f58745277a5;p=thirdparty%2Ffreeradius-server.git Remove accidentally comitted tests This reverts commit d18cd6caf55d5c210211fd14b6bf817d972f4614. --- diff --git a/src/tests/keywords/unspecified b/src/tests/keywords/unspecified deleted file mode 100644 index 0f6de110c7f..00000000000 --- a/src/tests/keywords/unspecified +++ /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