X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fprep.c;h=6fd1d6b123f22488b24662059152327fdc87ab24;hp=ab5b4bc4748ec494bc5f87de7bfc4a7d3f8c245f;hb=846238a031f690078235b98db573060d2b88a5c1;hpb=8e007581c91a5193e6aec0f6f9aeb379a935c9d4 diff --git a/fish/prep.c b/fish/prep.c index ab5b4bc..6fd1d6b 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -156,12 +156,6 @@ struct prep_data { prep_data * create_prepared_file (const char *type_string, const char *filename) { - if (access (filename, F_OK) == 0) { - fprintf (stderr, _("guestfish: file '%s' exists and the '-N' option will not overwrite it\n"), - filename); - exit (EXIT_FAILURE); - } - prep_data *data = parse_type_string (type_string); if (data->prep->prelaunch) data->prep->prelaunch (filename, data);