]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct comments
authorNick Porter <nick@portercomputing.co.uk>
Fri, 8 Mar 2024 10:38:21 +0000 (10:38 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 8 Mar 2024 17:54:13 +0000 (17:54 +0000)
src/tests/modules/exec/all.mk
src/tests/modules/linelog/all.mk
src/tests/modules/python/all.mk

index 07449dba6546f4eb074fbbb953e6cf8799cb2bf7..744ddb008cf99a3d9ef48cc2325783cb40ed196b 100644 (file)
@@ -1,3 +1,3 @@
 #
-#  Test the "files" module
+#  Test the "exec" module
 #
index 07449dba6546f4eb074fbbb953e6cf8799cb2bf7..f3dbbc91ee420881f5b84f648c68ee4ac7945abd 100644 (file)
@@ -1,3 +1,3 @@
 #
-#  Test the "files" module
+#  Test the "linelog" module
 #
index c4451aae80cefac678c80abe8d8e460f1fcfb016..bd84bdb7ce008c1b1ef291b9f3f8a05f6c9694ed 100644 (file)
@@ -1,9 +1,9 @@
 #
-#  Test the "files" module
+#  Test the "python" module
 #
 
 PYTHONPATH := $(top_builddir)/src/tests/modules/python/
 export PYTHONPATH
 
 #  MODULE.test is the main target for this module.
-python.test:
\ No newline at end of file
+python.test: