Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-vine.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (dir-vine) begin
7 (dir-vine) creating many levels of files and directories...
8 (dir-vine) removing all but top 10 levels of files and directories...
9 (dir-vine) end
10 EOF
11 pass;