aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/getcwd_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/getcwd_spec.lua')
-rw-r--r--test/functional/legacy/getcwd_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/legacy/getcwd_spec.lua b/test/functional/legacy/getcwd_spec.lua
index eae13da528..134d664236 100644
--- a/test/functional/legacy/getcwd_spec.lua
+++ b/test/functional/legacy/getcwd_spec.lua
@@ -1,14 +1,14 @@
-- Tests for getcwd(), haslocaldir(), and :lcd
-local helpers = require('test.functional.helpers')(after_each)
-local eq, eval, source = helpers.eq, helpers.eval, helpers.source
-local call, clear, command = helpers.call, helpers.clear, helpers.command
+local t = require('test.functional.testutil')(after_each)
+local eq, eval, source = t.eq, t.eval, t.source
+local call, clear, command = t.call, t.clear, t.command
describe('getcwd', function()
before_each(clear)
after_each(function()
- helpers.rmdir('Xtopdir')
+ t.rmdir('Xtopdir')
end)
it('is working', function()