summaryrefslogtreecommitdiffstats
path: root/test/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin.c')
-rw-r--r--test/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plugin.c b/test/plugin.c
index 3086e90..a70e885 100644
--- a/test/plugin.c
+++ b/test/plugin.c
@@ -733,9 +733,9 @@ error:
*
* Purpose: Tests the plugin module (H5PL)
*
- * Return: Success: exit(0)
+ * Return: Success: exit(EXIT_SUCCESS)
*
- * Failure: exit(1)
+ * Failure: exit(EXIT_FAILURE)
*
* Programmer: Raymond Lu
* 14 March 2013