From b0da355dae41648035d30446492e34f8d8a6fd57 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 18 Nov 2008 11:38:45 -0500 Subject: [PATCH] If you can't verify group restore, mark it as a skipped test, don't just printf(). SVN-Revision: 258 --- libarchive/test/test_write_disk_perms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/test/test_write_disk_perms.c b/libarchive/test/test_write_disk_perms.c index a8af80ce9..c573a5700 100644 --- a/libarchive/test/test_write_disk_perms.c +++ b/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 -- 2.47.3