aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/097_glob_path_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/097_glob_path_spec.lua')
-rw-r--r--test/functional/legacy/097_glob_path_spec.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/functional/legacy/097_glob_path_spec.lua b/test/functional/legacy/097_glob_path_spec.lua
index 566918bc60..4d4bb9e78f 100644
--- a/test/functional/legacy/097_glob_path_spec.lua
+++ b/test/functional/legacy/097_glob_path_spec.lua
@@ -2,9 +2,11 @@
-- Test whether glob()/globpath() return correct results with certain escaped
-- characters.
-local t = require('test.functional.testutil')()
-local clear = t.clear
-local command, expect = t.command, t.expect
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear = n.clear
+local command, expect = n.command, n.expect
describe('glob() and globpath()', function()
setup(clear)