summaryrefslogtreecommitdiffstats
path: root/tools/regression/posixshm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/posixshm')
-rw-r--r--tools/regression/posixshm/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/posixshm/test.c b/tools/regression/posixshm/test.c
index 16a56e9..8583a0d 100644
--- a/tools/regression/posixshm/test.c
+++ b/tools/regression/posixshm/test.c
@@ -115,7 +115,7 @@ run_tests(void)
{
struct regression_test **testp;
- printf("1..%d\n", SET_COUNT(regression_tests_set));
+ printf("1..%td\n", SET_COUNT(regression_tests_set));
test_index = 1;
SET_FOREACH(testp, regression_tests_set) {
test_acknowleged = 0;
OpenPOWER on IntegriCloud