Fix error_at_line() not always exiting if status != 0.

Also add tests.
This commit is contained in:
Simon Ruderich
2014-01-01 16:37:48 +01:00
parent ba93304c54
commit 39d313d1d4
4 changed files with 55 additions and 10 deletions

8
NEWS
View File

@@ -1,6 +1,14 @@
NEWS
====
0.X
---
- Fix hook for GNU's error_at_line() not exiting if status != 0. If
error_one_per_line was used and suppressed a message, then error_at_line()
didn't exit.
0.1
---