Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-root-lg.ck
index d44b244eed2268d8c48373fe501e1729359506cf..b174bc9c0332ef514561b5d94b0f9a072e4bbfa3 100644 (file)
@@ -2,6 +2,7 @@
 use strict;
 use warnings;
 use tests::tests;
+use tests::random;
 check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-root-lg) begin
 (grow-root-lg) creating and checking "file0"
@@ -56,3 +57,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-root-lg) creating and checking "file49"
 (grow-root-lg) end
 EOF
+pass;