timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_rename_EINVAL.c
index d1bb6bd90b120268c4a5f1ad685dfda30ecc7199..be5cc87a635760b1e606f27c649e945f78756a18 100644 (file)
@@ -29,7 +29,7 @@ int test_yaffs_rename_EINVAL(void)
                        return -1;
                }
        }
-       output = yaffs_rename(DIR_PATH , "/yaffs2/test_dir/new_directory/dir/");
+       output = yaffs_rename(DIR_PATH , YAFFS_MOUNT_POINT "/test_dir/new_directory/dir/");
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==EINVAL){