X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fwrite-boundary.ck;h=788378179c57064823ab362c2176edafdc1b3c3f;hb=b51bfd75c7f55f008d67ec13d895694fbfa22430;hp=720e3cd6b15efa06ea239c0b8d8d7f1b29f22b5b;hpb=73389b59f54bfed8eb0cb370a5ffec1223686a9e;p=pintos-anon diff --git a/src/tests/userprog/write-boundary.ck b/src/tests/userprog/write-boundary.ck index 720e3cd..7883781 100644 --- a/src/tests/userprog/write-boundary.ck +++ b/src/tests/userprog/write-boundary.ck @@ -8,3 +8,4 @@ check_expected ([<<'EOF']); (write-boundary) end write-boundary: exit(0) EOF +pass;