diff options
author | Bruno Haible <bruno@clisp.org> | 2008-04-11 16:31:39 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-04-11 16:31:39 +0200 |
commit | e220635fc952c63b533873f2af39ec76aed4b4e3 (patch) | |
tree | e6b27452dddd7785c23e7361bcac20ddf6650e14 /tests/test-quotearg.c | |
parent | cda636671de46bd0c60641ac60d6399662d7af2c (diff) | |
download | gnulib-e220635fc952c63b533873f2af39ec76aed4b4e3.tar.gz |
Flush the standard error stream before aborting.
Diffstat (limited to 'tests/test-quotearg.c')
-rw-r--r-- | tests/test-quotearg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-quotearg.c b/tests/test-quotearg.c index a343169611..04de223cd8 100644 --- a/tests/test-quotearg.c +++ b/tests/test-quotearg.c @@ -48,6 +48,7 @@ if (!(expr)) \ { \ fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ abort (); \ } \ } \ |