timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_chmod_ENOENT.c
index 1ea97e4b233f964adeea1a46b7e027d6377c61fe..27fa52393adab64a35721349419bfbb0ae8d3375 100644 (file)
@@ -16,7 +16,7 @@
 int test_yaffs_chmod_ENOENT(void)
 {
        int error=0;
-       int output=yaffs_chmod("/yaffs2/non_existing_file",S_IREAD|S_IWRITE);
+       int output=yaffs_chmod(YAFFS_MOUNT_POINT "/non_existing_file",S_IREAD|S_IWRITE);
 
        if (output<0){
                error=yaffs_get_error();