diff --git a/run-tests b/run-tests index 0936294..0fd3428 100644 --- a/run-tests +++ b/run-tests @@ -2,4 +2,4 @@ export LUA_PATH="$LUA_PATH;;./?/init.lua" -busted -e 'print(package.path); require("lib.baste").global()' lib spec "$@" \ No newline at end of file +busted -e 'require("lib.baste").global()' lib spec "$@" \ No newline at end of file