Lines Matching full:copy
16 /* Copy the file to the "copy" dir. */
17 r = systemf("echo f | %s -pd copy >copy.out 2>copy.err",
21 /* Check that the copy is a true copy and not a link. */
22 assertIsNotHardlink("f", "copy/f");
24 /* Copy the file to the "link" dir with the -l option. */
29 /* Check that this is a link and not a copy. */