repo.or.cz
/
pintos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Separate persistence tests from the extended filesys tests.
[pintos.git]
/
src
/
tests
/
filesys
/
extended
/
dir-rm-root.ck
blob
8a69ff3c1f943b167bb18480ddcf390bd69007c5
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;