Skip to content

Commit 5ae0bc3

Browse files
committed
[nl-test-util] Fix typo
1 parent 877c024 commit 5ae0bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nl-test-util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ void _nltst_assert_link_exists_full(const char *ifname, bool exists)
731731

732732
ck_assert_msg(
733733
0,
734-
"link(%s) does not exist (stat(%s) failed with r=%d, errno=%d (%s)",
734+
"link(%s) does not exist (stat(%s) failed with r=%d, errno=%d (%s))",
735735
ifname, path, r, errsv, strerror(errsv));
736736
}
737737
} else {

0 commit comments

Comments
 (0)