X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fuserprog%2Fprep-disk;h=182c561460e9005b41054ba42ff3e3f5d501b641;hb=53c6e81d1cff87ffccfca368adcca8b092f2a0d1;hp=c775a4e7ae14b53901613a8b710ec9f1f7037597;hpb=ab65396546f21401105c34f5700cda0dae304e8d;p=pintos-anon diff --git a/grading/userprog/prep-disk b/grading/userprog/prep-disk index c775a4e..182c561 100755 --- a/grading/userprog/prep-disk +++ b/grading/userprog/prep-disk @@ -40,7 +40,7 @@ put_file ("sample.txt") qw (open-normal open-boundary open-twice close-normal close-twice read-normal read-bad-ptr read-boundary read-zero - write-normal write-boundary write-zero)); + write-normal write-bad-ptr write-boundary write-zero)); sub put_file { my ($fn) = @_;