summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test.lua b/test.lua
index aad95270..fa49655f 100644
--- a/test.lua
+++ b/test.lua
@@ -2,8 +2,7 @@ package.path = package.path
.. ';./test/?.lua'
.. ';./test/?/init.lua'
local fs = require 'bee.filesystem'
-local sys = require 'bee.sys'
-local rootPath = sys.exe_path():parent_path():parent_path():string()
+local rootPath = fs.exe_path():parent_path():parent_path():string()
ROOT = fs.path(rootPath)
TEST = true
DEVELOP = true