aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/grow-sparse-persistence.ck
blob: 3f06a5b81e98113fdd11e13b85fc24a0440f21bb (plain) (blame)
1
2
3
4
5
6
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_archive ({"testfile" => ["\0" x 76543]});
pass;