Combine initdb tests that successfully create a data directory.

Michael Paquier <michael@paquier.xyz>

Commit: 297b9ccff44859f274b7408045a9c91d2bb1c6d1
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-12-23T01:51:00Z
Releases: 9.4.26
Combine initdb tests that successfully create a data directory.

This eliminates many seconds of test duration and the cause to invoke
"rm -rf", which is typically unavailable on Windows.

This is a backpatch of 1a629c1 which has never been applied to
REL9_4_STABLE.  Per complain from buildarm member drongo.

Reported-by: Tom Lane
Author: Michael Paquier, Noah Misch
Discussion: https://postgr.es/m/11800.1577060649@sss.pgh.pa.us

Files

PathChange+/−
src/bin/initdb/t/001_initdb.pl modified +20 −28

Discussion