]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0804: running tests fails when stdin is /dev/null v8.0.0804
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jul 2017 18:16:03 +0000 (20:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jul 2017 18:16:03 +0000 (20:16 +0200)
commit91d348abfc0d7ac9b5b19cde0112de8ae4335602
tree244fb1e710724921fcb6b70b177066d46520f746
parentc6df10e5d33ffab2c392626e285317ea8241ebff
patch 8.0.0804: running tests fails when stdin is /dev/null

Problem:    Running tests fails when stdin is /dev/null. (James McCoy)
Solution:   Do not bail out from getting input if the --not-a-term argument
            was given. (closes #1460)
src/eval.c
src/evalfunc.c
src/version.c