yaffs trying to recreate timothy_tests after I deleated them.
[yaffs2.git] / direct / timothy_tests / mkdir_with_slash_error / README.txt
diff --git a/direct/timothy_tests/mkdir_with_slash_error/README.txt b/direct/timothy_tests/mkdir_with_slash_error/README.txt
new file mode 100644 (file)
index 0000000..3b6e46e
--- /dev/null
@@ -0,0 +1,12 @@
+Yaffs bug
+
+Yaffs' mkdir function will not work if the path ends in a slash.
+i.e. /yaffs2/new_dir/
+This bug is known and is not likely to be fixed. 
+To get around this bug remove the slash on the end.
+i.e. /yaffs2/new_dir
+
+Running the program with any seed will work.
+./yaffs_tester
+
+