summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 21:00:32 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 21:00:32 +0800
commitef9b41be5b38c95b162d1a4ae825cd2dbeb491f4 (patch)
tree0543806bb254ed1c2fec55998a489b9b93f42fee /test.lua
parent18b56a2284afa3e8b4a01751753116219015abcb (diff)
downloadlua-language-server-ef9b41be5b38c95b162d1a4ae825cd2dbeb491f4.zip
update test
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 81a7fe57..21d10c5d 100644
--- a/test.lua
+++ b/test.lua
@@ -2,7 +2,7 @@ package.path = package.path
.. ';./test/?.lua'
.. ';./test/?/init.lua'
local fs = require 'bee.filesystem'
-local rootPath = fs.exe_path():parent_path():parent_path():string()
+local rootPath = fs.exe_path():parent_path():parent_path():parent_path():string()
ROOT = fs.path(rootPath)
TEST = true
DEVELOP = true