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-open-persistence.ck
blob
26ff2f16743f55f7cf826bf791d3e3c6164157c6
1
# -*- perl -*-
2
use strict;
3
use warnings;
4
use tests::tests;
5
check_archive ({"xyzzy" => {}});
6
pass;