commit | 91d348abfc0d7ac9b5b19cde0112de8ae4335602 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 20:16:03 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 20:16:03 2017 +0200 |
tree | 244fb1e710724921fcb6b70b177066d46520f746 | |
parent | c6df10e5d33ffab2c392626e285317ea8241ebff [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 86e8cc6..0648dd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 804, +/**/ 803, /**/ 802,