Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / dir-open-persistence.ck
diff --git a/src/tests/filesys/extended/dir-open-persistence.ck b/src/tests/filesys/extended/dir-open-persistence.ck
new file mode 100644 (file)
index 0000000..26ff2f1
--- /dev/null
@@ -0,0 +1,6 @@
+# -*- perl -*-
+use strict;
+use warnings;
+use tests::tests;
+check_archive ({"xyzzy" => {}});
+pass;