summaryrefslogtreecommitdiff
path: root/src/testdir/test51.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-12 17:52:42 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-12 17:52:42 +0200
commit3e8474dd50f64c998bb665ce852f584a58dede6b (patch)
tree912cd7f7d24358c82ae052aa060742232b6a017b /src/testdir/test51.in
parente8ef3a093453b73594e15462d4de50b011c8ba66 (diff)
downloadvim-git-3e8474dd50f64c998bb665ce852f584a58dede6b.tar.gz
patch 8.0.0032v8.0.0032
Problem: Tests may change the input file when something goes wrong. Solution: Avoid writing the input file.
Diffstat (limited to 'src/testdir/test51.in')
-rw-r--r--src/testdir/test51.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test51.in b/src/testdir/test51.in
index b4f45d1f7..b66befb05 100644
--- a/src/testdir/test51.in
+++ b/src/testdir/test51.in
@@ -24,7 +24,7 @@ STARTTEST
:hi Crash term='asdf
:redir END
:" filter ctermfg and ctermbg, the numbers depend on the terminal
-:e test.out
+:e! test.out
:%s/ctermfg=\d*/ctermfg=2/
:%s/ctermbg=\d*/ctermbg=3/
:" filter out possibly translated error message