projects
/
pintos-anon
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
- added priority-donate-chain test which tests 8-level deep nested donation
[pintos-anon]
/
src
/
tests
/
filesys
/
extended
/
dir-rmdir.ck
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6
(dir-rmdir) begin
7
(dir-rmdir) mkdir "a"
8
(dir-rmdir) rmdir "a"
9
(dir-rmdir) chdir "a" (must return false)
10
(dir-rmdir) end
11
EOF
12
pass;