aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run.lua b/t/run.lua
index 05b4947..0dc2deb 100644
--- a/t/run.lua
+++ b/t/run.lua
@@ -175,4 +175,4 @@ local function run_tests(tests, arg)
os.exit(fail_count)
end
-run_tests(tests, arg)
+run_tests(tests, { ... })