X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fread-boundary.ck;h=08dc1612734966f0ad460ffb5a589e9e6aa8583c;hb=b51bfd75c7f55f008d67ec13d895694fbfa22430;hp=505b24bc28eb1ce803457cca1cd4b2926b110147;hpb=73389b59f54bfed8eb0cb370a5ffec1223686a9e;p=pintos-anon diff --git a/src/tests/userprog/read-boundary.ck b/src/tests/userprog/read-boundary.ck index 505b24b..08dc161 100644 --- a/src/tests/userprog/read-boundary.ck +++ b/src/tests/userprog/read-boundary.ck @@ -8,3 +8,4 @@ check_expected ([<<'EOF']); (read-boundary) end read-boundary: exit(0) EOF +pass;