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=0000000000000000000000000000000000000000;hp=3b6e46ecbf97f61bb8c51fa4f62dab32941fd30f;hb=059630308f8d017ffe4b42d0e08d6ad4e7affeb1;hpb=baabf1227755653121fcd9e6139636ff9245e2c4 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 index 3b6e46e..0000000 --- a/direct/timothy_tests/mkdir_with_slash_error/README.txt +++ /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 - -