aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index ead4e17..307f58a 100644
--- a/test/test.c
+++ b/test/test.c
@@ -140,7 +140,7 @@ static int check_nlink(const char *path, nlink_t nlink)
return -1;
}
if (stbuf.st_nlink != nlink) {
- ERROR("nlink %i instead of %i", stbuf.st_nlink, nlink);
+ ERROR("nlink %li instead of %li", stbuf.st_nlink, nlink);
return -1;
}
return 0;