From 0ef0c7086e26a1e656e8409e2c0a041d3584f9c5 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Thu, 1 Aug 2019 22:35:12 -0400 Subject: Remove unused --deps-mode option of test command --- src/luarocks/cmd/test.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/luarocks/cmd/test.lua b/src/luarocks/cmd/test.lua index 99be7f40..3f752d66 100644 --- a/src/luarocks/cmd/test.lua +++ b/src/luarocks/cmd/test.lua @@ -28,7 +28,6 @@ to separate LuaRocks arguments from test suite arguments.]], cmd:option("--test-type", "Specify the test suite type manually if it was ".. "not specified in the rockspec and it could not be auto-detected.") :argname("") - util.deps_mode_option(cmd) end function cmd_test.command(args) -- cgit v1.2.3-55-g6feb