diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 00:32:28 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 00:32:28 -0500 |
| commit | b1cd16ab8def3828ace87339c5117e8b9e6f4fed (patch) | |
| tree | 4ec775c1051ef2fc21033e0c115d9e85bfaa79ff /src/nvim/testdir/Makefile | |
| parent | bd19cc4f8fc3d02a030caba911a1af008585f688 (diff) | |
| parent | 84dda11ec3317a8fb2d6ce6199b18e0ab5f74c44 (diff) | |
| download | rneovim-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 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 6bacef9778..fce0971d89 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -94,7 +94,7 @@ $(SCRIPTS) $(SCRIPTS_GUI): $(VIMPROG) test1.out RM_ON_RUN := test.out X* viminfo RM_ON_START := tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok -RUN_VIM := VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(VIMPROG) -u unix.vim -U NONE --noplugin -s dotest.in +RUN_VIM := VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(TOOL) $(VIMPROG) -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in clean: -rm -rf *.out \ |