]> git.notmuchmail.org Git - notmuch/commit - test/T030-config.sh
test/T030-config: Separate stdout and stderr output
authorLuis Ressel <aranea@aixah.de>
Mon, 11 Mar 2019 17:14:48 +0000 (18:14 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 12 Mar 2019 01:13:54 +0000 (22:13 -0300)
commita1e649276e181bbb2f14594628333d4337e3fc7c
treefabd7f7e761f8444645e6321560bc965043f7906
parent9f68919ee7d7c8c9cc7c2231ddc9f970a0ae1aa3
test/T030-config: Separate stdout and stderr output

POSIX doesn't specify the flushing behaviour of the STDOUT stream, so
it's invalid to assume a particular order between the stdout and stderr
output. The current test breaks on musl due to this.
test/T030-config.sh