X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fuserprog%2Fcreate-exists.c;h=d395008138b3700aab17eb3efdbf769e3c3e72b4;hb=a03618133f7df0954802a470a4bee7674f7aed45;hp=a947ab7c78ae1e220acf009739543e888fdd631f;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/userprog/create-exists.c b/src/tests/userprog/create-exists.c index a947ab7..d395008 100644 --- a/src/tests/userprog/create-exists.c +++ b/src/tests/userprog/create-exists.c @@ -1,3 +1,6 @@ +/* Verifies that trying to create a file under a name that + already exists will fail. */ + #include #include "tests/lib.h" #include "tests/main.h"