test/tcp-getoptions: bugfix: missing "socket =" in require"socket"
This commit is contained in:
parent
78a1657c7d
commit
84e5336e8b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env lua
|
||||
|
||||
require"socket"
|
||||
local socket = require"socket"
|
||||
|
||||
port = 8765
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue