diff options
Diffstat (limited to 'test/plugin.c')
-rw-r--r-- | test/plugin.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/plugin.c b/test/plugin.c index debc38b..dd9a1f7 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -791,14 +791,15 @@ main(void) if(nerrors) TEST_ERROR - printf("All dataset tests passed.\n"); + printf("All plugin tests passed.\n"); h5_cleanup(FILENAME, fapl); return 0; error: nerrors = MAX(1, nerrors); - printf("***** %d DATASET TEST%s FAILED! *****\n", + printf("***** %d PLUGIN TEST%s FAILED! *****\n", nerrors, 1 == nerrors ? "" : "S"); return 1; } + |