Skip to content

Commit ef9b41b

Browse files
committed
update test
1 parent 18b56a2 commit ef9b41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package.path = package.path
22
.. ';./test/?.lua'
33
.. ';./test/?/init.lua'
44
local fs = require 'bee.filesystem'
5-
local rootPath = fs.exe_path():parent_path():parent_path():string()
5+
local rootPath = fs.exe_path():parent_path():parent_path():parent_path():string()
66
ROOT = fs.path(rootPath)
77
TEST = true
88
DEVELOP = true

0 commit comments

Comments
 (0)