]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sun, 17 Sep 2023 21:13:35 +0000 (17:13 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 17 Sep 2023 21:13:35 +0000 (17:13 -0400)
src/tests/modules/all.mk

index cdbe835215f166f53bbb001d14fca143bb53a80d..40038921f422da17c5b79816924a2741b1cbfcc8 100644 (file)
@@ -25,7 +25,7 @@ endif
 #
 #  Disable Perl until such time as it is updated to create nested attributes
 #
-FILES_SKIP += $(filter unbound/%,$(FILES))
+FILES_SKIP += $(filter perl/%,$(FILES))
 
 #
 #  Remove tests which are known to be slow, unless we want them to be run.