b203cc6394aaa1758814f2b36c12e6cf787c9664
[pintos-anon] / src / tests / filesys / extended / dir-rm-root.ck
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6 (dir-rm-root) begin
7 (dir-rm-root) remove "/" (must fail)
8 (dir-rm-root) create "/a"
9 (dir-rm-root) end
10 EOF
11 check_archive ({"a" => ["\0" x 243]});
12 pass;