diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2016-06-23 11:15:08 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2016-06-23 16:54:19 +0200 |
commit | e8a8342132d47a0f5b94248049238bf16b23715e (patch) | |
tree | 64b24b4f61001c9c892c1e8eaf91e8203d848ff7 /test/functional/ex_cmds/quit_spec.lua | |
parent | c475e3f8d165e91cbafe4e34ae1ca3c857533703 (diff) | |
download | rneovim-e8a8342132d47a0f5b94248049238bf16b23715e.tar.gz rneovim-e8a8342132d47a0f5b94248049238bf16b23715e.tar.bz2 rneovim-e8a8342132d47a0f5b94248049238bf16b23715e.zip |
test: fix command_count_spec
The test hit wait_return if x or .x.swp exists in the project root directory.
Diffstat (limited to 'test/functional/ex_cmds/quit_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/quit_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/quit_spec.lua b/test/functional/ex_cmds/quit_spec.lua index 697c000766..016a607743 100644 --- a/test/functional/ex_cmds/quit_spec.lua +++ b/test/functional/ex_cmds/quit_spec.lua @@ -3,7 +3,7 @@ local clear = helpers.clear describe(':qa', function() before_each(function() - clear('qa') + clear('--cmd', 'qa') end) it('verify #3334', function() |