Separate persistence tests from the extended filesys tests.
[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 pass;