Create simple test files with the following content:
box/box.truncate-at-dot.test.lua:
env = require('test_run')
test_run = env.new()
test_run:cmd("create server test with script='box/box.truncate-at-dot.lua'")
test_run:cmd("start server test")
test_run:cmd("stop server test")
test_run:cmd("cleanup server test")
test_run:cmd("delete server test")
Step to reproduce:
Create simple test files with the following content:
box/box.truncate-at-dot.test.lua
:box/box.truncate-at-dot.lua
:empty
box/box.truncate-at-dot.result
, only needed to run the test../test-run.py box/box.truncate-at-dot.test.lua
fails with following output: