Clean up pg_rewind regression test script.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 3 Aug 2015 10:06:47 +0000 (13:06 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 3 Aug 2015 10:07:50 +0000 (13:07 +0300)
commit2b917a58aec17ca5cf64196ee1d5d77ef8635caf
tree8aeb8b7b1ec35a9ec0b9c40f032f063acf2a4f3a
parent642ae4ee7dcb9b48a4abd1f02a46ff4d71aef931
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.
src/bin/pg_rewind/RewindTest.pm