Skip to content

Commit

Permalink
ci/vdso01: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
  • Loading branch information
rst0git authored and avagin committed Apr 10, 2024
1 parent 654fed9 commit 1a4c103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/zdtm/static/vdso01.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static int vdso_time_handler(void *func)
t1 = time(NULL);
t2 = vdso_time(NULL);

test_msg("time: %li vdso_time: %li\n", (long)t1, (long)t1);
test_msg("time: %li vdso_time: %li\n", (long)t1, (long)t2);

if (labs(t1 - t2) > TIME_DELTA_SEC) {
pr_perror("Delta is too big");
Expand Down

0 comments on commit 1a4c103

Please sign in to comment.