diff options
Diffstat (limited to 'test/mtime.c')
-rw-r--r-- | test/mtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mtime.c b/test/mtime.c index 019ce26..6f5327a 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -142,6 +142,7 @@ main(void) /* All looks good */ puts(" PASSED"); + printf("All modification time tests passed.\n"); cleanup(); return 0; } |