summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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;
}