summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;