]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
skip this test until we rewrite it completely
authorAlan T. DeKok <aland@freeradius.org>
Mon, 20 Jun 2022 13:51:56 +0000 (09:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 20 Jun 2022 15:47:01 +0000 (11:47 -0400)
the LHS should be able to be xlat'd names, but the new edit sections
do it differently

src/tests/keywords/update-xlat.ignore [moved from src/tests/keywords/update-xlat with 97% similarity]

similarity index 97%
rename from src/tests/keywords/update-xlat
rename to src/tests/keywords/update-xlat.ignore
index c61e6005335976f190bd4c5ebae37dfbb71b7ad5..01fcc231ad5d421bed290ac46f2d5f0c5b1e21b0 100644 (file)
@@ -25,7 +25,6 @@ if (&Tmp-String-0 == 'hello') {
        test_fail
 }
 
-if (0) { # XXX
 #
 #  Try updating an attribute specified by an OID string
 #  for an unknown vendor
@@ -64,6 +63,4 @@ if (&Tmp-String-1 != 'hello2') {
        test_fail
 }
 
-} # XXX
-
 success