summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-12-06 06:01:50 +0000
committerkientzle <kientzle@FreeBSD.org>2008-12-06 06:01:50 +0000
commit73e2e03a0ea3573624d80c7120cefa43894d907e (patch)
tree3969cca881d7f7be128aeeec876cad1502447082 /lib
parent1cdf4f2cb284558a8b8f854b695328728f0d0c66 (diff)
downloadFreeBSD-src-73e2e03a0ea3573624d80c7120cefa43894d907e.zip
FreeBSD-src-73e2e03a0ea3573624d80c7120cefa43894d907e.tar.gz
Style: skipping() function correctly counts this as a skipped test.
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