aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/grow-tell-persistence.ck
blob: d93a422709c68bbb4582c6de876d336d5162cac2 (plain) (blame)
1
2
3
4
5
6
7
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
use tests::random;
check_archive ({"foobar" => [random_bytes (2134)]});
pass;