about summary refs log tree commit diff
path: root/grp
diff options
context:
space:
mode:
Diffstat (limited to 'grp')
-rw-r--r--grp/testgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/testgrp.c b/grp/testgrp.c
index 62ba4e4a62..892cfaaa21 100644
--- a/grp/testgrp.c
+++ b/grp/testgrp.c
@@ -37,5 +37,5 @@ main (int argc, char *argv[])
 	}
     }
 
-  exit (my_passwd && my_group ? EXIT_SUCCESS : EXIT_FAILURE);
+  return my_passwd && my_group ? EXIT_SUCCESS : EXIT_FAILURE;
 }