summaryrefslogtreecommitdiff
path: root/server/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/test.lua')
-rw-r--r--server/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test.lua b/server/test.lua
index c1d128f1..7068b072 100644
--- a/server/test.lua
+++ b/server/test.lua
@@ -10,7 +10,7 @@ package.path = rootPath .. 'src/?.lua'
local fs = require 'bee.filesystem'
local subprocess = require 'bee.subprocess'
-ROOT = fs.path(rootPath)
+ROOT = fs.absolute(fs.path(rootPath))
local function runTest(root)
local is_macos = package.cpath:sub(-3) == '.so'