summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/test/test_write_disk_perms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/test/test_write_disk_perms.c b/lib/libarchive/test/test_write_disk_perms.c
index 3db3fdb..4bec700 100644
--- a/lib/libarchive/test/test_write_disk_perms.c
+++ b/lib/libarchive/test/test_write_disk_perms.c
@@ -272,7 +272,7 @@ DEFINE_TEST(test_write_disk_perms)
* Current user must belong to at least two groups or
* else we can't test setting the GID to another group.
*/
- printf("Current user can't test gid restore: must belong to more than one group.\n");
+ skipping("Current user can't test gid restore: must belong to more than one group.");
} else {
/*
* Write a regular file with ARCHIVE_EXTRACT_PERM & SGID bit
OpenPOWER on IntegriCloud