From 81145a2968c8a1a573442606840e024cb39bd00d Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 27 Mar 2012 16:54:19 -0500 Subject: [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 --- test/istore.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v0.12