aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulian Mehne <github@nmehne.de>2014-12-15 18:47:16 +0100
committerJulian Mehne <github@nmehne.de>2014-12-17 23:32:56 +0100
commita8c926fc912decdb32fbd2b3c7bae05afb319bc7 (patch)
tree8af9ace1b26585bb10c39ba307213d3f4249edbc /src
parent10a45846dc959f8b3ab9436f0809e90d1adf4ee4 (diff)
downloadrneovim-a8c926fc912decdb32fbd2b3c7bae05afb319bc7.tar.gz
rneovim-a8c926fc912decdb32fbd2b3c7bae05afb319bc7.tar.bz2
rneovim-a8c926fc912decdb32fbd2b3c7bae05afb319bc7.zip
Use a local viminfo file when running the old tests.
This is required after defaulting to `nocp`, so that ~/.nviminfo files don't interfere with the old legacy tests.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/Makefile2
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 \