Skip to content

Commit e313002

Browse files
knixeurGuillermo Bonvehí
authored andcommitted
fix posix require
1 parent 558a721 commit e313002

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)