From: Jorge Pereira Date: Wed, 2 Feb 2022 19:36:23 +0000 (-0300) Subject: Fix typo (#4392) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a48f4ebf8c960cb615b3d9f96a342ea086cec7;p=thirdparty%2Ffreeradius-server.git Fix typo (#4392) --- diff --git a/src/tests/radiusd.mk b/src/tests/radiusd.mk index 240a89819cf..c12e5a75a20 100644 --- a/src/tests/radiusd.mk +++ b/src/tests/radiusd.mk @@ -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 "--------------------------------------------------"; \