Fix some issues with TAP tests of pg_basebackup

Michael Paquier <michael@paquier.xyz>

Commit: 51be67346ef9dd29dd914ecac220044769efcad6
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-02-18T05:23:44Z
Releases: 11.3
Fix some issues with TAP tests of pg_basebackup

ee9e145 has fixed the tests of pg_basebackup for checksums a first time,
still one seek() call missed the shot.  Also, the data written in files
to emulate corruptions was not actually writing zeros as the quoting
style was incorrect.

Author: Michael Banck
Discussion: https://postgr.es/m/1550153276.796.35.camel@credativ.de
Backpatch-through: 11

Files

PathChange+/−
src/bin/pg_basebackup/t/010_pg_basebackup.pl modified +4 −4

Discussion