Remove TAP test for createdb --lc-ctype
authorMichael Paquier <michael@paquier.xyz>
Thu, 27 Feb 2020 12:58:37 +0000 (21:58 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 27 Feb 2020 12:58:37 +0000 (21:58 +0900)
commitc4b0edb07ed53063ea4c86cd7918ad6ea01d8979
treedc54e602edb9ba1b9922aa21bff74e42f838efc3
parent428a2609ef64b69d709418a50e192ff11a2643f1
Remove TAP test for createdb --lc-ctype

OpenBSD falls back to "C" when using an incorrect input with setlocale()
and LC_CTYPE, causing this test, introduced by 008cf04, to fail.  This
removes the culprit test to avoid the portability issue.

Per report from Robert Haas, via buildfarm member curculio.

Discussion: https://postgr.es/m/CA+TgmoZ6ddh3mHD9gU8DvNYoFmuJaYYn1+4AvZNp25vTdRwCAQ@mail.gmail.com
Backpatch-through: 11
src/bin/scripts/t/020_createdb.pl