summaryrefslogtreecommitdiff
path: root/wctype/test_wctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/test_wctype.c')
-rw-r--r--wctype/test_wctype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wctype/test_wctype.c b/wctype/test_wctype.c
index 1c9bf5aa3b..e1fa45a1e5 100644
--- a/wctype/test_wctype.c
+++ b/wctype/test_wctype.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -79,5 +79,5 @@ main (int argc, char *argv[])
if (result == 0)
puts ("All test successful!");
- exit (result);
+ return result;
}