Skip to content

Commit 4acdb19

Browse files
committed
Change .busted lua to nlua with no absolute path
For reasons outlined in #19
1 parent f9031f2 commit 4acdb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.busted

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ return {
22
_all = {
33
coverage = false,
44
lpath = "lua/?.lua;lua/?/init.lua",
5-
lua = "~/.luarocks/bin/nlua",
5+
lua = "nlua",
66
},
77
default = {
88
verbose = true

0 commit comments

Comments
 (0)