yaffs removed direct/timothy_tests from git and added a convert error_code_str()...
[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
deleted file mode 100644 (file)
index 3b6e46e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-