diff options
| author | manuel <manuel@mausz.at> | 2012-03-27 11:51:08 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2012-03-27 11:51:08 +0200 |
| commit | 4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b (patch) | |
| tree | 868c52e06f207b5ec8a3cc141f4b8b2bdfcc165c /pintos-progos/tests/filesys/extended/grow-root-lg.ck | |
| parent | eae0bd57f0a26314a94785061888d193d186944a (diff) | |
| download | progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.gz progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.tar.bz2 progos-4f670845ff9ab6c48bcb5f7bf4d4ef6dc3c3064b.zip | |
reorganize file structure to match the upstream requirements
Diffstat (limited to 'pintos-progos/tests/filesys/extended/grow-root-lg.ck')
| -rw-r--r-- | pintos-progos/tests/filesys/extended/grow-root-lg.ck | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/pintos-progos/tests/filesys/extended/grow-root-lg.ck b/pintos-progos/tests/filesys/extended/grow-root-lg.ck deleted file mode 100644 index b174bc9..0000000 --- a/pintos-progos/tests/filesys/extended/grow-root-lg.ck +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | # -*- perl -*- | ||
| 2 | use strict; | ||
| 3 | use warnings; | ||
| 4 | use tests::tests; | ||
| 5 | use tests::random; | ||
| 6 | check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); | ||
| 7 | (grow-root-lg) begin | ||
| 8 | (grow-root-lg) creating and checking "file0" | ||
| 9 | (grow-root-lg) creating and checking "file1" | ||
| 10 | (grow-root-lg) creating and checking "file2" | ||
| 11 | (grow-root-lg) creating and checking "file3" | ||
| 12 | (grow-root-lg) creating and checking "file4" | ||
| 13 | (grow-root-lg) creating and checking "file5" | ||
| 14 | (grow-root-lg) creating and checking "file6" | ||
| 15 | (grow-root-lg) creating and checking "file7" | ||
| 16 | (grow-root-lg) creating and checking "file8" | ||
| 17 | (grow-root-lg) creating and checking "file9" | ||
| 18 | (grow-root-lg) creating and checking "file10" | ||
| 19 | (grow-root-lg) creating and checking "file11" | ||
| 20 | (grow-root-lg) creating and checking "file12" | ||
| 21 | (grow-root-lg) creating and checking "file13" | ||
| 22 | (grow-root-lg) creating and checking "file14" | ||
| 23 | (grow-root-lg) creating and checking "file15" | ||
| 24 | (grow-root-lg) creating and checking "file16" | ||
| 25 | (grow-root-lg) creating and checking "file17" | ||
| 26 | (grow-root-lg) creating and checking "file18" | ||
| 27 | (grow-root-lg) creating and checking "file19" | ||
| 28 | (grow-root-lg) creating and checking "file20" | ||
| 29 | (grow-root-lg) creating and checking "file21" | ||
| 30 | (grow-root-lg) creating and checking "file22" | ||
| 31 | (grow-root-lg) creating and checking "file23" | ||
| 32 | (grow-root-lg) creating and checking "file24" | ||
| 33 | (grow-root-lg) creating and checking "file25" | ||
| 34 | (grow-root-lg) creating and checking "file26" | ||
| 35 | (grow-root-lg) creating and checking "file27" | ||
| 36 | (grow-root-lg) creating and checking "file28" | ||
| 37 | (grow-root-lg) creating and checking "file29" | ||
| 38 | (grow-root-lg) creating and checking "file30" | ||
| 39 | (grow-root-lg) creating and checking "file31" | ||
| 40 | (grow-root-lg) creating and checking "file32" | ||
| 41 | (grow-root-lg) creating and checking "file33" | ||
| 42 | (grow-root-lg) creating and checking "file34" | ||
| 43 | (grow-root-lg) creating and checking "file35" | ||
| 44 | (grow-root-lg) creating and checking "file36" | ||
| 45 | (grow-root-lg) creating and checking "file37" | ||
| 46 | (grow-root-lg) creating and checking "file38" | ||
| 47 | (grow-root-lg) creating and checking "file39" | ||
| 48 | (grow-root-lg) creating and checking "file40" | ||
| 49 | (grow-root-lg) creating and checking "file41" | ||
| 50 | (grow-root-lg) creating and checking "file42" | ||
| 51 | (grow-root-lg) creating and checking "file43" | ||
| 52 | (grow-root-lg) creating and checking "file44" | ||
| 53 | (grow-root-lg) creating and checking "file45" | ||
| 54 | (grow-root-lg) creating and checking "file46" | ||
| 55 | (grow-root-lg) creating and checking "file47" | ||
| 56 | (grow-root-lg) creating and checking "file48" | ||
| 57 | (grow-root-lg) creating and checking "file49" | ||
| 58 | (grow-root-lg) end | ||
| 59 | EOF | ||
| 60 | pass; | ||
