Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_chmod_ELOOP.c
index d5733371610eaa1c6fd6646a9a7c1bdc4d70a8cb..ae62f544e0e0d11af40e8f3057f16050873e68d7 100644 (file)
@@ -23,7 +23,7 @@ int test_yaffs_chmod_ELOOP(void)
                return -1;
        }
 
-       output = yaffs_chmod(ELOOP_PATH "file",S_IREAD|S_IWRITE);
+       output = yaffs_chmod(ELOOP_PATH,S_IREAD|S_IWRITE);
 
        if (output<0){
                error=yaffs_get_error();