summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-03-27 21:54:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-03-27 21:54:19 (GMT)
commit81145a2968c8a1a573442606840e024cb39bd00d (patch)
tree3ea5de571f6cbba81ac587ce30dc4389a8f52f66
parent5a65a6d367065bb0c166548324a24f6735ce27fa (diff)
downloadhdf5-81145a2968c8a1a573442606840e024cb39bd00d.zip
hdf5-81145a2968c8a1a573442606840e024cb39bd00d.tar.gz
hdf5-81145a2968c8a1a573442606840e024cb39bd00d.tar.bz2
[svn-r22162] Pushed r22161 from the trunk to the 1.8 branch.
This adds a message when the time-consuming istore test is skipped due to a lack of sparse file support. Minor change: tested on 64-bit Mac OS-X Lion
-rw-r--r--test/istore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/istore.c b/test/istore.c
index 81d7eb6..f99e835 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -711,6 +711,8 @@ main(int argc, char *argv[])
* e.g.: Windows NTFS filesystems
*/
status = test_sparse(file, "sparse", (size_t)800, (size_t)50, (size_t)50, (size_t)50, skip_test);
+ if(skip_test)
+ printf(" The current VFD does not support sparse files on this platform.\n");
nerrors += status < 0 ? 1 : 0;
}