From ce8765238383f39349c7172c3aae5334834b7cbd Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 18 Jan 2015 09:42:09 +0100 Subject: [PATCH] tests/valgrind_fuse.sh: add more notes --- tests/valgrind_fuse.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/valgrind_fuse.sh b/tests/valgrind_fuse.sh index f424c4c..f48d7ad 100755 --- a/tests/valgrind_fuse.sh +++ b/tests/valgrind_fuse.sh @@ -55,6 +55,8 @@ tree /mnt mkdir "/mnt/test" # FIXME: also test for moving and renaming of directories +# FIXME: also test for creating files and folder with special characters +# FIXME: also test for creating files and folder with name longer than 255 # create file in the root directory echo foobar > "/mnt/foobar2"