mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 19:33:06 -04:00
Merge branch 'wip/noxattr' into 'master'
tests: Don't copy extended attributes when testing pseudo-files See merge request GNOME/libglnx!32
This commit is contained in:
@@ -268,7 +268,9 @@ test_filecopy_procfs (void)
|
||||
|
||||
if (!glnx_file_copy_at (AT_FDCWD, pseudo_files[i], NULL,
|
||||
AT_FDCWD, "copy",
|
||||
GLNX_FILE_COPY_OVERWRITE | GLNX_FILE_COPY_NOCHOWN,
|
||||
(GLNX_FILE_COPY_OVERWRITE |
|
||||
GLNX_FILE_COPY_NOCHOWN |
|
||||
GLNX_FILE_COPY_NOXATTRS),
|
||||
NULL, error))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user