From 68aeb39dc2202f31395676770128dd8bafb6b1d6 Mon Sep 17 00:00:00 2001 From: "E. Westbrook" Date: Fri, 27 Mar 2020 16:55:04 -0600 Subject: [PATCH] test/tcp-getoptions: bugfix: missing "socket =" in require"socket" --- test/tcp-getoptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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