Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_rename_dir.c
index 323a0e749787505110de321d96151424ed253053..5c7a2547dbc378e36b05aabfbd1d27f403bad9f7 100644 (file)
@@ -27,7 +27,6 @@ int test_yaffs_rename_dir(void)
                }
        }
        output = yaffs_rename( DIR_PATH , RENAME_DIR_PATH);
-       printf("output %d\n",output);
        return output;  
 }