From d80124af9cd929b395b4d4c353b51ccc902a3f9e Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 8 Jan 2018 16:26:48 -0200 Subject: Reorganize test suite files --- spec/remove_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/remove_spec.lua') diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index 4d3f5cdc..c0e9beb0 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_spec.lua @@ -1,4 +1,4 @@ -local test_env = require("test/test_environment") +local test_env = require("spec.util.test_env") local lfs = require("lfs") local run = test_env.run local testing_paths = test_env.testing_paths -- cgit v1.2.3-55-g6feb