Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-mkdir-persistence.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_archive ({'a' => {'b' => ["\0" x 512]}});
6 pass;