From: Nick Porter Date: Mon, 29 Apr 2024 18:26:31 +0000 (+0100) Subject: Only run rlm_totp test on linux X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d713a0db309f779ecf524fb5439030283cfff0;p=thirdparty%2Ffreeradius-server.git Only run rlm_totp test on linux --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index a5219977c36..5c11ce639ac 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -22,6 +22,13 @@ else FILES_SKIP += $(filter unbound/%,$(FILES)) endif +# +# Test of rlm_otp use oathtool - not installed on MacOS or FreeBSD +# +ifeq "$(findstring linux,$(AC_HOSTINFO))" "" + FILES_SKIP += $(filter totp/%,$(FILES)) +endif + # # Remove tests which are known to be slow, unless we want them to be run. #