diff options
Diffstat (limited to 'test/functional/ex_cmds/quit_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/quit_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/ex_cmds/quit_spec.lua b/test/functional/ex_cmds/quit_spec.lua index a8156228d3..fe138a24c8 100644 --- a/test/functional/ex_cmds/quit_spec.lua +++ b/test/functional/ex_cmds/quit_spec.lua @@ -1,9 +1,9 @@ -local helpers = require('test.functional.helpers') +local helpers = require('test.functional.helpers')(after_each) local clear = helpers.clear describe(':qa', function() - before_each(function() - clear('qa') + before_each(function() + clear('--cmd', 'qa') end) it('verify #3334', function() |