diff --git a/test/tcp-getoptions b/test/tcp-getoptions index 777ccc3..d98b189 100755 --- a/test/tcp-getoptions +++ b/test/tcp-getoptions @@ -1,6 +1,6 @@ #!/usr/bin/env lua -require"socket" +local socket = require"socket" port = 8765