diff options
-rwxr-xr-x | test/tcp-getoptions | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | #!/usr/bin/env lua | 1 | #!/usr/bin/env lua |
2 | 2 | ||
3 | require"socket" | 3 | local socket = require"socket" |
4 | 4 | ||
5 | port = 8765 | 5 | port = 8765 |
6 | 6 | ||