]> Sergey Matveev's repositories - public-inbox.git/commit
t/config.t: always compare against git bool behavior
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:43 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit3be137e00841a1b888e9b6bbbd371a040c865bab
tree253dd7999dfc87871343c82691ae14c344574dff
parentd67fff9abf168c7517311bdd8987ce174a60f2c4
t/config.t: always compare against git bool behavior

We'll use the xqx() to avoid losing too much performance
compared to normal `backtick` (qx) when testing using
"make check-run" + Inline::C.
t/config.t