Separate persistence tests from the extended filesys tests.
[pintos-anon] / src / tests / filesys / extended / grow-root-sm.ck
index d9d33ffe6f4c1092fd3641820255dee4027fc362..1aac7e9cac77c8f7d6a6c279c8631fe59c3641a7 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-sm) begin
 (grow-root-sm) creating and checking "file0"
@@ -26,3 +27,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
 (grow-root-sm) creating and checking "file19"
 (grow-root-sm) end
 EOF
+pass;