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
/
grow-create.ck
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6
(grow-create) begin
7
(grow-create) create "blargle"
8
(grow-create) open "blargle" for verification
9
(grow-create) verified contents of "blargle"
10
(grow-create) close "blargle"
11
(grow-create) end
12
EOF
13
pass;