Remove TAP test for createdb --lc-ctype

Michael Paquier <michael@paquier.xyz>

Commit: 8e076f4f9ae3c19c8142e88ca1b6b1d25899dc64
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-02-27T12:58:50Z
Releases: 11.8
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

Files

PathChange+/−
src/bin/scripts/t/020_createdb.pl modified +1 −9

Discussion

Cited messages not in the archive: CA+TgmoZ6ddh3mHD9gU8DvNYoFmuJaYYn1+4AvZNp25vTdRwCAQ@mail.gmail.com