tests/sys/audit: add missing comma delimiter between fields
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 2 Mar 2021 18:34:42 +0000 (18:34 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Tue, 2 Mar 2021 18:37:12 +0000 (18:37 +0000)
commitc97304110a02f9c41b515e7b94d53229ab8f61af
tree3f360ac4d79a783b0859d3eec5906119970f2b97
parent53a535c1d80a2e5ea33a4e8807647e600402b1d8
tests/sys/audit: add missing comma delimiter between fields

This makes the `kyua report --verbose` output a lot easier to parse when
looking at failed tests. It also fixes the closefrom() test since I
tested my changes with this commit but forgot to push it together with
fa32350347b4e351a144b5423f0fb2ca9d67f4ca.

Fixes: fa32350347b4 ("close_range: add audit support")
tests/sys/audit/utils.c