diff options
author | Julian Mehne <github@nmehne.de> | 2014-12-16 20:39:06 +0100 |
---|---|---|
committer | Julian Mehne <github@nmehne.de> | 2014-12-18 00:50:17 +0100 |
commit | 84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44 (patch) | |
tree | fc091316c9578e0530d98a4653c20648fe31ffba /test/functional/legacy/027_expand_file_names_spec.lua | |
parent | a8c926fc912decdb32fbd2b3c7bae05afb319bc7 (diff) | |
download | rneovim-84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44.tar.gz rneovim-84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44.tar.bz2 rneovim-84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44.zip |
Remove superfluous settings from legacy tests.
Diffstat (limited to 'test/functional/legacy/027_expand_file_names_spec.lua')
-rw-r--r-- | test/functional/legacy/027_expand_file_names_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/legacy/027_expand_file_names_spec.lua b/test/functional/legacy/027_expand_file_names_spec.lua index bff61c1516..d31f29d38a 100644 --- a/test/functional/legacy/027_expand_file_names_spec.lua +++ b/test/functional/legacy/027_expand_file_names_spec.lua @@ -10,7 +10,6 @@ describe('expand file name', function() setup(clear) it('is working', function() - execute('set nocp') execute('!mkdir Xdir1') execute('!mkdir Xdir2') execute('!mkdir Xdir3') |