summaryrefslogtreecommitdiffstats
path: root/tests/bsd/sparse.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bsd/sparse.sh')
-rw-r--r--tests/bsd/sparse.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/bsd/sparse.sh b/tests/bsd/sparse.sh
new file mode 100644
index 0000000..7fcdeed
--- /dev/null
+++ b/tests/bsd/sparse.sh
@@ -0,0 +1,12 @@
+test "$UNAME" = "Linux" || skip
+
+cd "$TEST"
+mkdir mnt
+
+bfs_sudo mount -t tmpfs tmpfs mnt || skip
+defer bfs_sudo umount mnt
+
+truncate -s 1M mnt/sparse
+dd if=/dev/zero of=mnt/dense bs=1M count=1
+
+bfs_diff mnt -type f -sparse