Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / tests / filesys / extended / grow-create.c
index 45d8d54c6534ac887a8e0587b9f2535b498e4054..9ccc4ea31b6a775634b1ca52d818602dbe7d39bd 100644 (file)
@@ -1,2 +1,4 @@
+/* Create a file of size 0. */
+
 #define TEST_SIZE 0
 #include "tests/filesys/create.inc"