aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/027_expand_file_names_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-19 00:32:28 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-19 00:32:28 -0500
commitb1cd16ab8def3828ace87339c5117e8b9e6f4fed (patch)
tree4ec775c1051ef2fc21033e0c115d9e85bfaa79ff /test/functional/legacy/027_expand_file_names_spec.lua
parentbd19cc4f8fc3d02a030caba911a1af008585f688 (diff)
parent84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44 (diff)
downloadrneovim-b1cd16ab8def3828ace87339c5117e8b9e6f4fed.tar.gz
rneovim-b1cd16ab8def3828ace87339c5117e8b9e6f4fed.tar.bz2
rneovim-b1cd16ab8def3828ace87339c5117e8b9e6f4fed.zip
Merge pull request #1699 from three-comrades/fix-viminfo
Use a local viminfo file when running the old tests.
Diffstat (limited to 'test/functional/legacy/027_expand_file_names_spec.lua')
-rw-r--r--test/functional/legacy/027_expand_file_names_spec.lua1
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')