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.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/vimscript/glob_spec.lua b/test/functional/vimscript/glob_spec.lua
index 77351f95fa..708b976dbb 100644
--- a/test/functional/vimscript/glob_spec.lua
+++ b/test/functional/vimscript/glob_spec.lua
@@ -1,6 +1,6 @@
-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.functional.testutil')(after_each)
+local clear, command, eval, eq = t.clear, t.command, t.eval, t.eq
+local mkdir = t.mkdir
before_each(function()
clear()