Test: fix ruby script in 010.rewrite_timestamp.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 29 Aug 2025 07:15:55 +0000 (16:15 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 29 Aug 2025 07:15:55 +0000 (16:15 +0900)
commitd6ddc602e733583052e24e4a59d0949b9e9c89a8
tree6e8d564fde6a5e4c01b8fbde18a5c492da812ee8
parent58f0f472ada32bac147801c20b6d92983af9e00e
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
src/test/regression/tests/010.rewrite_timestamp/timestamp/run-test