timothy-tests: Change mountpoint names to match test framework
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / test_yaffs_mkdir_ENOTDIR.c
index 709e3edd03cd00187641429a7b31a53efe8130f1..f461401498c997787cd5d75bded83ac7d3b275e3 100644 (file)
@@ -23,7 +23,7 @@ int test_yaffs_mkdir_ENOTDIR(void)
                print_message("failed to create file\n",1);
                return -1;
        }
-       output = yaffs_mkdir("/yaffs2/test_dir/foo/new_directory/",O_CREAT | O_RDWR);
+       output = yaffs_mkdir(YAFFS_MOUNT_POINT "/test_dir/foo/new_directory/",O_CREAT | O_RDWR);
        if (output < 0){
                error_code = yaffs_get_error();
                if (abs(error_code) == ENOTDIR){