timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_rename_dir_ENOENT2.c
index 2e2cb281b0b588e780db3c671eb16552d9f5ec28..7f02b3304ddc644726af951af2ad1b109e24127d 100644 (file)
@@ -26,7 +26,7 @@ int test_yaffs_rename_dir_ENOENT2(void)
                        return -1;
                }
        }
-       output = yaffs_rename( DIR_PATH , "/yaffs2/test_dir/nonexisting-dir/dir");
+       output = yaffs_rename( DIR_PATH , YAFFS_MOUNT_POINT "/test_dir/nonexisting-dir/dir");
        if (output<0){ 
                error_code=yaffs_get_error();
                if (abs(error_code)==ENOENT){