Test: fix ruby script in 010.rewrite_timestamp.
The ruby script used "File.exists", which is said to be obsoleted in
newer version of Ruby. Replace it with "File.exist".
Backpatch-through: v4.2
Branch
------
V4_3_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=07602a7d9b90caa2491786b4ac4761f6a3f2ea03
Modified Files
--------------
src/test/regression/tests/010.rewrite_timestamp/timestamp/run-test | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)