Skip to content
Snippets Groups Projects
Commit ed66a974 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Kirill Yukhin
Browse files

luacheck: fix warnings in test/box-py

parent 1fe74027
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ exclude_files = {
"test/box/lua/require_mod.lua",
-- Unused source file, to be dropped (gh-5169).
"test/box/lua/test_init.lua",
"test/box-py/**/*.lua",
"test/box-tap/**/*.lua",
"test/engine/**/*.lua",
"test/engine_long/**/*.lua",
......
#!/usr/bin/env tarantool
os = require('os')
local os = require('os')
box.cfg{
listen = os.getenv("LISTEN"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment