]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo (#4392)
authorJorge Pereira <jpereira@users.noreply.github.com>
Wed, 2 Feb 2022 19:36:23 +0000 (16:36 -0300)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 19:36:23 +0000 (14:36 -0500)
src/tests/radiusd.mk

index 240a89819cf0137f43c85b20108e8d1d0b1a9ada..c12e5a75a20b7c0c3d36d3bebd4d738bd51889f3 100644 (file)
@@ -72,7 +72,7 @@ $(TEST).radiusd_stop: | ${2}
        ${Q}if [ -f ${2}/radiusd.pid ]; then \
                if ! ps `cat ${2}/radiusd.pid` >/dev/null 2>&1; then \
                    rm -f ${2}/radiusd.pid; \
-                   echo "FreeRADIUS terminated during test called by $(TEST).radiusd_kill"; \
+                   echo "FreeRADIUS terminated during test called by $(TEST).radiusd_stop"; \
                    echo "GDB output was:"; \
                    cat "${2}/gdb.log" 2> /dev/null; \
                    echo "--------------------------------------------------"; \