summaryrefslogtreecommitdiff
path: root/tests/sys/mac
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-14 10:38:39 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-14 10:38:39 +0000
commit00ea8a5fc96c046a54ba4c227eedf9ab41a062b0 (patch)
tree818acad5284b20093db1b0beb1397f86822f1c55 /tests/sys/mac
parent484b7007513543f58241aae6542ad1ea3d016871 (diff)
Notes
Diffstat (limited to 'tests/sys/mac')
-rw-r--r--tests/sys/mac/bsdextended/ugidfw_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/mac/bsdextended/ugidfw_test.c b/tests/sys/mac/bsdextended/ugidfw_test.c
index 31280e972fbd..57a283ba2251 100644
--- a/tests/sys/mac/bsdextended/ugidfw_test.c
+++ b/tests/sys/mac/bsdextended/ugidfw_test.c
@@ -222,7 +222,7 @@ main(void)
return (0);
}
- printf("1..%lu\n", nitems(test_users) + nitems(test_groups) +
+ printf("1..%zu\n", nitems(test_users) + nitems(test_groups) +
3 * nitems(test_strings) + 2);
test_libugidfw_strings();