From: Jorge Pereira Date: Wed, 6 Nov 2019 21:27:36 +0000 (-0300) Subject: Typo (#3106) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf219e5b2b9523a42e7bc2d753d926aaba98f14;p=thirdparty%2Ffreeradius-server.git Typo (#3106) --- diff --git a/src/tests/all.mk b/src/tests/all.mk index 1476199ba96..73b5186575a 100644 --- a/src/tests/all.mk +++ b/src/tests/all.mk @@ -26,7 +26,7 @@ radiusd-c $(BUILD_DIR)/tests/radiusd-c: raddb/test.conf ${BUILD_DIR}/bin/radiusd rm -f raddb/test.conf; \ cat $(BUILD_DIR)/tests/radiusd.config.log; \ echo "fail"; \ - echo "${TESTBIN}radiusd -XCMd ./raddb -n debug -D ./share/dictionary -n test"; \ + echo "${TESTBIN}/radiusd -XCMd ./raddb -n debug -D ./share/dictionary -n test"; \ exit 1; \ fi @rm -f raddb/test.conf