diff options
Diffstat (limited to 'tests/runner.lua')
| -rw-r--r-- | tests/runner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.lua b/tests/runner.lua index 5d154674d..f60bf37d8 100644 --- a/tests/runner.lua +++ b/tests/runner.lua @@ -8,7 +8,7 @@ function main(script, opt) script = path.join(script, "test.lua") end script = path.absolute(script) - assert(path.filename(script) == "test.lua", "file should named `test.lua`") + assert(path.filename(script) == "test.lua", "file(%s) should named `test.lua`", script) assert(os.isfile(script), "should be a file") -- disable statistics |
