aboutsummaryrefslogtreecommitdiff
path: root/test/lua/require-file.lua
AgeCommit message (Collapse)Author
2020-05-12Lua: fix regression in package searcherAlbert Krewinkel
This caused `require 'module'` to fail for third party packages. Fixes: #6361