Separate persistence tests from the extended filesys tests.
[pintos.git] / src / tests / filesys / extended / dir-open-persistence.ck
blob26ff2f16743f55f7cf826bf791d3e3c6164157c6
1 # -*- perl -*-
2 use strict;
3 use warnings;
4 use tests::tests;
5 check_archive ({"xyzzy" => {}});
6 pass;