yaffs Added more tests to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_fchmod.c
index 35602356c80483acfca7a4623e5288be7b186c29..ff924be2d6ff8f7f9ffea12567d8773c060a3d10 100644 (file)
@@ -26,7 +26,7 @@ int test_yaffs_fchmod(void)
                return -1;
        }
 
-       output = yaffs_fchmod(handle,S_IREAD||S_IWRITE);
+       output = yaffs_fchmod(handle,S_IREAD|S_IWRITE);
 
        if (output>=0){
                /* there were no errors */
@@ -41,7 +41,6 @@ int test_yaffs_fchmod(void)
 int test_yaffs_fchmod_clean(void)
 {
        if (handle >= 0) {
-               printf("handle %d\n",handle);
                return yaffs_close(handle);
        }
        return 1;