diff options
Diffstat (limited to 'spec/util_spec.lua')
-rw-r--r-- | spec/util_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/util_spec.lua b/spec/util_spec.lua index 28f99550..3bb97a5b 100644 --- a/spec/util_spec.lua +++ b/spec/util_spec.lua | |||
@@ -2,7 +2,6 @@ local test_env = require("spec.util.test_env") | |||
2 | local lfs = require("lfs") | 2 | local lfs = require("lfs") |
3 | local run = test_env.run | 3 | local run = test_env.run |
4 | local testing_paths = test_env.testing_paths | 4 | local testing_paths = test_env.testing_paths |
5 | local env_variables = test_env.env_variables | ||
6 | 5 | ||
7 | describe("Basic tests #integration", function() | 6 | describe("Basic tests #integration", function() |
8 | 7 | ||