diff options
Diffstat (limited to 'localedata/tst-fmon.c')
-rw-r--r-- | localedata/tst-fmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tst-fmon.c b/localedata/tst-fmon.c index f9ef24ac6a..fa2d9e61df 100644 --- a/localedata/tst-fmon.c +++ b/localedata/tst-fmon.c @@ -67,5 +67,5 @@ locale: \"%s\", format: \"%s\", expected: \"%s\", got: \"%s\" => %s\n", exit (EXIT_FAILURE); } - exit (EXIT_SUCCESS); + return EXIT_SUCCESS; } |