aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-20 08:31:21 +0200
committerDaniel Hahler <git@thequod.de>2019-08-22 05:06:30 +0200
commit356f5fc6e25896137592ab1ba4f1358809c907d6 (patch)
tree5f9d8d1bcd4e1fca7e3fc28ceae6d9acb25b4b19 /src
parent6970225af6ad1566e7bcb8bcf4dd553e8ded5675 (diff)
downloadrneovim-356f5fc6e25896137592ab1ba4f1358809c907d6.tar.gz
rneovim-356f5fc6e25896137592ab1ba4f1358809c907d6.tar.bz2
rneovim-356f5fc6e25896137592ab1ba4f1358809c907d6.zip
vim-patch:8.1.1478: still an error when running tests with the tiny version
Problem: Still an error when running tests with the tiny version. Solution: Do not try reading test.log https://github.com/vim/vim/commit/18250e291a5b4b8e32229d99ccb7c895ff0ca637
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/summarize.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nvim/testdir/summarize.vim b/src/nvim/testdir/summarize.vim
index 220aa60f9c..69445677d5 100644
--- a/src/nvim/testdir/summarize.vim
+++ b/src/nvim/testdir/summarize.vim
@@ -50,12 +50,7 @@ if 1
catch " Catch-all
finally
call writefile(output, 'test_result.log') " overwrites an existing file
- q!
endtry
endif
-" This is executed without the eval feature
-%d
-r test.log
-w test_result.log
q!