From a0b4e35ea4efbc1bdff8235e32cc50971eac1a4f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 13 Oct 2024 14:18:05 +0200 Subject: [PATCH] make: restyle --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 37188fda16..06008febc5 100644 --- a/Makefile +++ b/Makefile @@ -558,8 +558,7 @@ test: debug echo "Installed version does not match, expected ${CORE_PKGVERSION}"; \ exit 1; \ fi - @cd ${.CURDIR}/src/opnsense/mvc/tests && \ - phpunit || true; \ + @cd ${.CURDIR}/src/opnsense/mvc/tests && phpunit || true; \ rm -f .phpunit.result.cache checkout: