aboutsummaryrefslogtreecommitdiff
path: root/test/functional/vimscript/system_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/vimscript/system_spec.lua')
-rw-r--r--test/functional/vimscript/system_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/vimscript/system_spec.lua b/test/functional/vimscript/system_spec.lua
index 1cbe9422e2..77ba4e8f97 100644
--- a/test/functional/vimscript/system_spec.lua
+++ b/test/functional/vimscript/system_spec.lua
@@ -1,6 +1,6 @@
-- Tests for system() and :! shell.
-local t = require('test.functional.testutil')(after_each)
+local t = require('test.functional.testutil')()
local assert_alive = t.assert_alive
local testprg = t.testprg