diff options
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |