Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / tests / filesys / extended / dir-rmdir.c
index 38317dc7bcaad797a8e669483a33ca12d7118dc0..b3cbc6f2699af9f74a24419cf00796656095c7dc 100644 (file)
@@ -1,3 +1,6 @@
+/* Creates and removes a directory, then makes sure that it's
+   really gone. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"