diff -r d2b19560150d -r bab8d01e139a spec/util_paths_spec.lua --- a/spec/util_paths_spec.lua Sat Oct 17 19:00:16 2020 +0200 +++ b/spec/util_paths_spec.lua Sat Oct 17 19:24:44 2020 +0200 @@ -20,8 +20,8 @@ it("works", function () assert.equal("^thing.%..*$", paths.glob_to_pattern("thing?.*")) end); - end) + describe("#resolve_relative_path()", function () it("returns absolute paths as-is", function () if sep == "/" then