Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / tests / filesys / extended / dir-under-file.c
index 88a633b8ee2789c5785d5a2edc5db96698b8c67c..973a8b1e9b3703db11aba83071d2d3f2c79bdfb4 100644 (file)
@@ -1,3 +1,6 @@
+/* Tries to create a directory with the same name as an existing
+   file, which must return failure. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"