pgsql: Improve TAP tests by replacing ok() with better Test::More funct - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve TAP tests by replacing ok() with better Test::More funct
Date
Msg-id E1v9mL8-0029yz-0Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Avoid warnings in tests when openssl binary isn't available
Next
From: Nathan Bossart
Date:
Subject: pgsql: Fix privilege checks for pg_prewarm() on indexes.