]> Sergey Matveev's repositories - public-inbox.git/commit
t/altid_v2: improve test style
authorEric Wong <e@80x24.org>
Fri, 30 Sep 2022 09:21:40 +0000 (09:21 +0000)
committerEric Wong <e@80x24.org>
Fri, 30 Sep 2022 16:25:07 +0000 (16:25 +0000)
commit0a8406bbb33f8ea1e432ce3e61796e389535642c
tree7200786145e49d551faaae869c9a81d13e995e1a
parentac62fcda86f4b79422299bb2dde8bee8c9e08c62
t/altid_v2: improve test style

Favor `is' for equality checks since it reports differences,
and `xbail' over `BAIL_OUT' since it's easier-to-type w/o caps
and more powerful.

These are just things noticed while I was looking at another
odd failure on CentOS 7.x with this test, but I suspect it
was a transient failure caused by running the test suite
from multiple terminals in parallel.
t/altid_v2.t