lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.38k stars 184 forks source link

Wrong `LUAROCKS_SYSCONFDIR` in `busted.bat` #717

Closed ZzZombo closed 1 year ago

ZzZombo commented 1 year ago

It has the line of set "LUAROCKS_SYSCONFDIR=C:\Program Files/luarocks" which doesn't point to the LuaRocks installation on my system because it's installed to a different location.

Tieske commented 1 year ago

That's a LuaRocks issue, since the wrapper script is generated by LuaRocks. Please report it there.