X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Ftests%2Ffilesys%2Fextended%2Fgrow-two-files.ck;h=b5e754ab42be6a36820e76f889f34373a29fee61;hp=b238d80f7fc0b182a6b5a3530ca4f712781f4704;hb=cc41c0acfbda000cb416b3492bc8de3480b62904;hpb=7eb9f6e1fa81807ee7cc381047077f8ff98d1d68 diff --git a/src/tests/filesys/extended/grow-two-files.ck b/src/tests/filesys/extended/grow-two-files.ck index b238d80..b5e754a 100644 --- a/src/tests/filesys/extended/grow-two-files.ck +++ b/src/tests/filesys/extended/grow-two-files.ck @@ -20,7 +20,4 @@ check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']); (grow-two-files) close "b" (grow-two-files) end EOF -my ($a) = random_bytes (8143); -my ($b) = random_bytes (8143); -check_archive ({"a" => [$a], "b" => [$b]}); pass;