summaryrefslogtreecommitdiff
path: root/tests/test-mbrtowc-w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mbrtowc-w32.c')
-rw-r--r--tests/test-mbrtowc-w32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-mbrtowc-w32.c b/tests/test-mbrtowc-w32.c
index 2071ddeb..832f3672 100644
--- a/tests/test-mbrtowc-w32.c
+++ b/tests/test-mbrtowc-w32.c
@@ -716,10 +716,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