Skip to content

Commit

Permalink
chore(tests): Remove irrelevant package paths from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner authored and alerque committed Nov 6, 2023
1 parent 95a7b9e commit b8d93b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion try
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
luarocks remove busted --force
luarocks make
LUA_PATH="./?.lua;./?/init.lua;./src/?/?.lua;./src/?/init.lua;$LUA_PATH" busted $@
LUA_PATH="./?.lua;./?/init.lua;$LUA_PATH" busted "$@"

0 comments on commit b8d93b3

Please sign in to comment.