Clean up pg_rewind regression test script.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 2b917a58aec17ca5cf64196ee1d5d77ef8635caf
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-08-03T10:07:50Z
Releases: 9.5.0
Clean up pg_rewind regression test script.

Since commit 01f6bb4b2, TestLib.pm has exported path to tmp_check directory,
so let's use that also for the pg_rewind test clusters etc.

Also, in master, the $tempdir_short variable has not been used since commit
13d856e17, which moved the initdb-running code to TestLib.pm.

Backpatch to 9.5.

Files

PathChange+/−
src/bin/pg_rewind/RewindTest.pm modified +6 −15