aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/openra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openra/Makefile b/games/openra/Makefile
index d77765f0255d..e92c5382d049 100644
--- a/games/openra/Makefile
+++ b/games/openra/Makefile
@@ -81,6 +81,6 @@ post-patch:
do-test:
@(cd ${TEST_WRKSRC} && mono \
${NUGET_PACKAGEDIR}/NUnit.ConsoleRunner/tools/nunit3-console.exe \
- --noresult OpenRA.Test.nunit)
+ --noresult OpenRA.Test.dll)
.include <bsd.port.post.mk>