diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-02 18:34:42 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-03-02 18:37:12 +0000 |
| commit | c97304110a02f9c41b515e7b94d53229ab8f61af (patch) | |
| tree | 3f360ac4d79a783b0859d3eec5906119970f2b97 /tests | |
| parent | 53a535c1d80a2e5ea33a4e8807647e600402b1d8 (diff) | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/audit/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/audit/utils.c b/tests/sys/audit/utils.c index e94279ff93bf..7b0c3445c253 100644 --- a/tests/sys/audit/utils.c +++ b/tests/sys/audit/utils.c @@ -79,6 +79,7 @@ get_records(const char *auditregex, FILE *pipestream) /* Print the tokens as they are obtained, in the default form */ au_print_flags_tok(memstream, &token, del, AU_OFLAG_NONE); + fputc(',', memstream); bytes += token.len; } |
