From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- tests/test-c32rtomb-w32.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test-c32rtomb-w32.c') diff --git a/tests/test-c32rtomb-w32.c b/tests/test-c32rtomb-w32.c index 3e089d11..f474776c 100644 --- a/tests/test-c32rtomb-w32.c +++ b/tests/test-c32rtomb-w32.c @@ -331,10 +331,12 @@ main (int argc, char *argv[]) if (result == 77) { + if (test_exit_status != EXIT_SUCCESS) + return test_exit_status; fprintf (stderr, "Skipping test: found no locale with codepage %d\n", codepage); } - return result; + return (result ? result : test_exit_status); } #else -- cgit v1.2.3