pgsql: Improve TAP tests by replacing ok() with better Test::More funct

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve TAP tests by replacing ok() with better Test::More funct
Date: 2025-10-17 15:25:58
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve TAP tests by replacing ok() with better Test::More functions

Transpose the changes made by commit fabb33b35 in 002_pg_dump.pl
into its recently-created clone 006_pg_dump_compress.pl.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a6113dc1dae009a3d9a634d2fcc59d72d1dd7d7b

Modified Files
--------------
src/bin/pg_dump/t/006_pg_dump_compress.pl | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-10-17 16:37:50 pgsql: Fix privilege checks for pg_prewarm() on indexes.
Previous Message Daniel Gustafsson 2025-10-17 13:12:05 pgsql: Avoid warnings in tests when openssl binary isn't available