]> git.ipfire.org Git - thirdparty/libvirt.git/commit
testutils: Terminate usage string with a new line
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Jan 2022 15:46:46 +0000 (16:46 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Jan 2022 15:53:21 +0000 (16:53 +0100)
commitfbe33e65879d6efef0b03df487b6e7a4ef3225d0
treea6cc0acf0d27e9510143ce6a4cef3bbb62852a3b
parent4166f6bc590840c3e92385df39ae4587bc24a766
testutils: Terminate usage string with a new line

If a test binary is executed with an argument then usage
information is printed out (that no arguments are accepted and
what environment variables affect execution). The string is
printed onto stderr but it is not terminated with a newline
character producing not so nice output.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tests/testutils.c