diff options
Diffstat (limited to 'test/helpers.lua')
-rw-r--r-- | test/helpers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/helpers.lua b/test/helpers.lua index 30bae01216..6ef7a456f4 100644 --- a/test/helpers.lua +++ b/test/helpers.lua @@ -2,7 +2,6 @@ local assert = require('luassert') local luv = require('luv') local lfs = require('lfs') local relpath = require('pl.path').relpath -local unpack = table.unpack or unpack -- luacheck: ignore local quote_me = '[^.%w%+%-%@%_%/]' -- complement (needn't quote) local function shell_quote(str) |