summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-12-14 15:30:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-12-14 15:30:23 +0800
commitb10abd3c5cf7352f37489df5fb20d2d8c03536a3 (patch)
treef51ed97ad289d8619dabc09814778c7fa735c688 /test.lua
parent3ff78829aeed9c635f106ae7c8ee507ea5a8188c (diff)
downloadlua-language-server-b10abd3c5cf7352f37489df5fb20d2d8c03536a3.zip
change bin
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 21d10c5d..81a7fe57 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():parent_path():string()
+local rootPath = fs.exe_path():parent_path():parent_path():string()
ROOT = fs.path(rootPath)
TEST = true
DEVELOP = true