diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-03 15:30:11 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-03 15:30:11 (GMT) |
commit | ea951145b822d4b1a568aaa24d25cf2ce71bc480 (patch) | |
tree | 54ebeacbc28de00f1e2e1e51b35d27864a8a337f /test | |
parent | 37247875fead9d7ca5c42cc8d00e279cbbd1e586 (diff) | |
download | hdf5-ea951145b822d4b1a568aaa24d25cf2ce71bc480.zip hdf5-ea951145b822d4b1a568aaa24d25cf2ce71bc480.tar.gz hdf5-ea951145b822d4b1a568aaa24d25cf2ce71bc480.tar.bz2 |
[svn-r661] Skipping a test is not the same as failing.
Diffstat (limited to 'test')
-rw-r--r-- | test/mtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtime.c b/test/mtime.c index a2e32c1..589f536 100644 --- a/test/mtime.c +++ b/test/mtime.c @@ -145,7 +145,7 @@ main(void) puts(" The modification time could not be decoded on this OS."); puts(" Modification times will be mantained in the file bug cannot"); puts(" be queried on this system. See H5O_mtime_decode()."); - return 1; + return 0; } else if (fabs(HDdifftime(now, sb1.mtime))>60.0) { puts("*FAILED*"); tm = localtime(&(sb1.mtime)); |