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
Wording improvements, from "Valentin I. Spitkovsky"
[pintos.git]
/
src
/
tests
/
filesys
/
extended
/
dir-vine.ck
blob
db452b0917621798578d14c3f2115943969c37eb
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6
(dir-vine) begin
7
(dir-vine) creating many levels of files and directories...
8
(dir-vine) removing all but top 10 levels of files and directories...
9
(dir-vine) end
10
EOF
11
pass;