From 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 27 Mar 2012 11:51:08 +0200 Subject: reorganize file structure to match the upstream requirements --- .../tests/filesys/extended/grow-root-sm.ck | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 pintos-progos/tests/filesys/extended/grow-root-sm.ck (limited to 'pintos-progos/tests/filesys/extended/grow-root-sm.ck') diff --git a/pintos-progos/tests/filesys/extended/grow-root-sm.ck b/pintos-progos/tests/filesys/extended/grow-root-sm.ck deleted file mode 100644 index 1aac7e9..0000000 --- a/pintos-progos/tests/filesys/extended/grow-root-sm.ck +++ /dev/null @@ -1,30 +0,0 @@ -# -*- perl -*- -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" -(grow-root-sm) creating and checking "file1" -(grow-root-sm) creating and checking "file2" -(grow-root-sm) creating and checking "file3" -(grow-root-sm) creating and checking "file4" -(grow-root-sm) creating and checking "file5" -(grow-root-sm) creating and checking "file6" -(grow-root-sm) creating and checking "file7" -(grow-root-sm) creating and checking "file8" -(grow-root-sm) creating and checking "file9" -(grow-root-sm) creating and checking "file10" -(grow-root-sm) creating and checking "file11" -(grow-root-sm) creating and checking "file12" -(grow-root-sm) creating and checking "file13" -(grow-root-sm) creating and checking "file14" -(grow-root-sm) creating and checking "file15" -(grow-root-sm) creating and checking "file16" -(grow-root-sm) creating and checking "file17" -(grow-root-sm) creating and checking "file18" -(grow-root-sm) creating and checking "file19" -(grow-root-sm) end -EOF -pass; -- cgit v1.2.3