aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/glob_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/vimscript/glob_spec.lua')
-rw-r--r--test/functional/vimscript/glob_spec.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/functional/vimscript/glob_spec.lua b/test/functional/vimscript/glob_spec.lua
index 77351f95fa..754381231e 100644
--- a/test/functional/vimscript/glob_spec.lua
+++ b/test/functional/vimscript/glob_spec.lua
@@ -1,6 +1,8 @@
-local helpers = require('test.functional.helpers')(after_each)
-local clear, command, eval, eq = helpers.clear, helpers.command, helpers.eval, helpers.eq
-local mkdir = helpers.mkdir
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear, command, eval, eq = n.clear, n.command, n.eval, t.eq
+local mkdir = t.mkdir
before_each(function()
clear()