/usr/share/lua/5.1/busted.lua is in lua-busted 2.0~rc12-1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | -- This is a dummy file so it can be used in busted's specs
-- without adding ./?/init.lua to the lua path
return require 'busted.init'
|