]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo (#3106)
authorJorge Pereira <jpereira@users.noreply.github.com>
Wed, 6 Nov 2019 21:27:36 +0000 (18:27 -0300)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 6 Nov 2019 21:27:36 +0000 (15:27 -0600)
src/tests/all.mk

index 1476199ba96253ee49a9a18addf8f2c1096aeca0..73b5186575aa513ecdcd554b336d8511facd1878 100644 (file)
@@ -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