We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558a721 commit e313002Copy full SHA for e313002
test/integration/runtests.lua
@@ -1,5 +1,5 @@
1
# on Debian in lua-posix
2
-require "posix"
+local posix = require "posix"
3
4
function sleep(sec)
5
os.execute("sleep " .. tonumber(sec))
0 commit comments