$OpenBSD: patch-tests_run_tests_sh,v 1.4 2017/11/05 16:52:07 landry Exp $

Index: tests/run_tests.sh
--- tests/run_tests.sh.orig
+++ tests/run_tests.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
-rm reports/*.report
-exec lua test.lua "$@"
+rm -f reports/*.report
+/usr/local/bin/lua51 test.lua $*
