Searched refs:fn_copy (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-copy.c38 char fn_copy[] = "/tmp/test-copy_file.XXXXXX"; local
46 fd = mkostemp_safe(fn_copy, O_RDWR|O_CLOEXEC);
52 assert_se(copy_file(fn, fn_copy, 0, 0644, 0) == 0);
54 assert_se(read_full_file(fn_copy, &buf, &sz) == 0);
59 unlink(fn_copy);

Completed in 18 milliseconds