summaryrefslogtreecommitdiff
path: root/tests/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fcntl.c')
-rw-r--r--tests/fcntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fcntl.c b/tests/fcntl.c
index f38b8afb7..673c06e44 100644
--- a/tests/fcntl.c
+++ b/tests/fcntl.c
@@ -24,6 +24,7 @@ test_flock64_undecoded(const int cmd, const char *name)
.l_len = 0xdefaced2cafef00dULL
};
invoke_test_syscall(0, cmd, &fl);
+ pidns_print_leader();
printf("%s(0, %s, %p) = %s\n",
TEST_SYSCALL_STR, name, &fl, errstr);
}