X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fcreate-null.c;h=287cb23fe338c899eca63e2d7231d89469e02c99;hb=a03618133f7df0954802a470a4bee7674f7aed45;hp=98b2bed062bd5174113e0ae7d65b83ff6108ab8e;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/userprog/create-null.c b/src/tests/userprog/create-null.c index 98b2bed..287cb23 100644 --- a/src/tests/userprog/create-null.c +++ b/src/tests/userprog/create-null.c @@ -1,3 +1,6 @@ +/* Tries to create a file with the null pointer as its name. + The process must be terminated with exit code -1. */ + #include "tests/lib.h" #include "tests/main.h"