On Thu, Nov 12, 2020 at 8:43 AM Derrick Stolee <stolee@xxxxxxxxx> wrote: > On 11/11/2020 3:12 AM, Eric Sunshine wrote: > > On Wed, Nov 4, 2020 at 3:06 PM Derrick Stolee via GitGitGadget > > <gitgitgadget@xxxxxxxxx> wrote: > >> + xmllint "$PLIST" >/dev/null && > > > > Do we really need to suppress xmllint's stdout? > > It outputs the XML itself. Maybe there is a command to stop that from > happening, but nulling stdout keeps the test log clean. xmllint's --noout option should do the trick.