summaryrefslogtreecommitdiffstats
path: root/src/tests/filesys/extended/dir-mkdir-persistence.ck
blob: 768290032c395bce235e73fb7bf663412c944445 (plain) (blame)
1
2
3
4
5
6
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_archive ({'a' => {'b' => ["\0" x 512]}});
pass;