X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_EINVAL.c;h=716d7dcfff92bfe7a87c3f596ebca83f1591afc5;hb=23ad7f93a1c1c93f541835a002121dfa4e307289;hp=5a1f67567a57233d58e1ea72248673cf0bdbd79c;hpb=2b102a7c5c9a5332e8159aa1c8c7d149596327ff;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c b/direct/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c index 5a1f675..716d7dc 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_rename_EINVAL.c @@ -20,7 +20,6 @@ int test_yaffs_rename_EINVAL(void) int error_code =0; if (0 != yaffs_access(DIR_PATH,0)) { - printf("dir does not exist\n"); output = yaffs_mkdir(DIR_PATH,S_IWRITE | S_IREAD); if (output < 0) { print_message("failed to create directory\n",2);