Skip to content

Commit

Permalink
Change .busted lua to nlua with no absolute path
Browse files Browse the repository at this point in the history
For reasons outlined in #19
  • Loading branch information
mfussenegger committed Nov 28, 2024
1 parent f9031f2 commit b11e288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .busted
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
_all = {
coverage = false,
lpath = "lua/?.lua;lua/?/init.lua",
lua = "~/.luarocks/bin/nlua",
lua = "nlua",
},
default = {
verbose = true
Expand Down

0 comments on commit b11e288

Please sign in to comment.