Skip to content

Commit fcda378

Browse files
committed
fix posix require
1 parent 1c850a0 commit fcda378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/runtests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# on Debian in lua-posix
2-
require "posix"
2+
local posix = require "posix"
33

44
function sleep(sec)
55
os.execute("sleep " .. tonumber(sec))

0 commit comments

Comments
 (0)