From e4291accaa899389a399c1e2370b45247b4d0c3f Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 27 Mar 2012 16:49:08 -0500 Subject: [svn-r22161] Added a message when the time-consuming test is skipped due to a lack of sparse file support. Minor change: tested on 64-bit Windows 7 --- 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