X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fmkdir_with_slash_error%2FREADME.txt;fp=direct%2Ftimothy_tests%2Fmkdir_with_slash_error%2FREADME.txt;h=3b6e46ecbf97f61bb8c51fa4f62dab32941fd30f;hp=0000000000000000000000000000000000000000;hb=ef24b90a2e00a9a3db2bab70261807037ccc0bd7;hpb=86231ed7a8ebecf2e4821f9b426262045f941591 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 index 0000000..3b6e46e --- /dev/null +++ b/direct/timothy_tests/mkdir_with_slash_error/README.txt @@ -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 + +