summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-02-22 14:32:35 +0000
committerColin Walters <walters@verbum.org>2022-02-22 14:32:35 +0000
commit88da8ddd60bf0401f37c12b7bdcd20f8a9e955b5 (patch)
tree4c0029a8b4e3f4ed49a8f70ece2c143419e856cc
parent983a818936ecdb1bb30d9ee7bec642684689b6ed (diff)
parentb6ee0e242347617a461f6ab60ce03d25df503c95 (diff)
downloadlibglnx-88da8ddd60bf0401f37c12b7bdcd20f8a9e955b5.tar.gz
Merge branch 'wip/noxattr' into 'master'
tests: Don't copy extended attributes when testing pseudo-files See merge request GNOME/libglnx!32
-rw-r--r--tests/test-libglnx-fdio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-libglnx-fdio.c b/tests/test-libglnx-fdio.c
index 01ab1fc..b9aa682 100644
--- a/tests/test-libglnx-fdio.c
+++ b/tests/test-libglnx-fdio.c
@@ -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;