timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_access_ENOENT.c
index 8e58b17fd2e3e74ddd31f5836a49a08c932d51b0..cc6fad0f10e3dc63224eebb0cf1e7a54fe94ec0c 100644 (file)
@@ -19,7 +19,7 @@ int test_yaffs_access_ENOENT(void)
        int output=0;
        int error_code=0;
 
-       output=yaffs_access("/yaffs2/non_existant_file",0);
+       output=yaffs_access(YAFFS_MOUNT_POINT "/non_existant_file",0);
        if (output==-1){
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOENT){