Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-two-files.ck
index d62d9fa0fd549a0ece2741ad01847cfdab2f54eb..b5e754ab42be6a36820e76f889f34373a29fee61 100644 (file)
@@ -2,6 +2,7 @@
 use strict;
 use warnings;
 use tests::tests;
+use tests::random;
 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-two-files) begin
 (grow-two-files) create "a"
@@ -19,3 +20,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-two-files) close "b"
 (grow-two-files) end
 EOF
+pass;