From 03e401231972d7b4db0145a71ce74d5d18d1a901 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Feb 2024 18:30:31 -0300 Subject: tests: reorganize and speed up unit tests --- spec/unit/dir_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/unit/dir_spec.lua') diff --git a/spec/unit/dir_spec.lua b/spec/unit/dir_spec.lua index b5dadda8..f340beea 100644 --- a/spec/unit/dir_spec.lua +++ b/spec/unit/dir_spec.lua @@ -2,7 +2,6 @@ local test_env = require("spec.util.test_env") local testing_paths = test_env.testing_paths local P = test_env.P -test_env.unload_luarocks() test_env.setup_specs() local dir = require("luarocks.dir") -- cgit v1.2.3-55-g6feb