timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_mkdir_EEXIST.c
index 5c99800b43c0ef691f50fb615a7656b9ef19a562..c569531dacd180b1ac12b679741a21ee12ce5ee2 100644 (file)
@@ -24,7 +24,7 @@ int test_yaffs_mkdir_EEXIST(void)
                print_message("failed to create the directory the first time\n",2);
                return -1;
        }
-       output = yaffs_mkdir("/yaffs2/test_dir/new_directory/",O_CREAT | O_RDWR);
+       output = yaffs_mkdir(YAFFS_MOUNT_POINT "/test_dir/new_directory/",O_CREAT | O_RDWR);
        if (output < 0){
                error_code = yaffs_get_error();
                if (abs(error_code) == EEXIST){