summaryrefslogtreecommitdiff
path: root/test/full
diff options
context:
space:
mode:
Diffstat (limited to 'test/full')
-rw-r--r--test/full/self.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/full/self.lua b/test/full/self.lua
index 63e76d9a..eae53b72 100644
--- a/test/full/self.lua
+++ b/test/full/self.lua
@@ -6,7 +6,7 @@ local config = require 'config'
local ws = require 'workspace'
files.removeAll()
-local path = ROOT
+local path = ROOT / 'script'
fsu.scanDirectory(path, function (path)
if path:extension():string() ~= '.lua' then