Lines Matching full:existing
10 * tar -x -P should follow existing symlinks for dirs, but not other
47 /* "dir" is a symlink to an existing "dest1/real_dir" */ in DEFINE_TEST()
51 /* "dir2" is a symlink to a non-existing "real_dir2" */ in DEFINE_TEST()
56 /* "dir3" is a symlink to an existing "non_dir3" */ in DEFINE_TEST()
60 /* "file" is a symlink to existing "real_file" */ in DEFINE_TEST()
64 /* "file2" is a symlink to non-existing "real_file2" */ in DEFINE_TEST()
79 failure("Symlink to existing file should be replaced"); in DEFINE_TEST()
82 failure("Symlink to non-existing file should be replaced"); in DEFINE_TEST()
89 /* "dir" is a symlink to existing "real_dir" */ in DEFINE_TEST()
93 /* "dir2" is a symlink to a non-existing "real_dir2" */ in DEFINE_TEST()
96 /* "dir3" is a symlink to an existing "non_dir3" */ in DEFINE_TEST()
100 /* "file" is a symlink to existing "real_file" */ in DEFINE_TEST()
104 /* "file2" is a symlink to non-existing "real_file2" */ in DEFINE_TEST()
109 /* "dir4" is a symlink to existing "real_dir" */ in DEFINE_TEST()
133 failure("Symlink to existing file should be removed"); in DEFINE_TEST()
136 failure("Symlink to non-existing file should be removed"); in DEFINE_TEST()