Add error pattern checks for some TAP tests for non-existing objects
commiteef4a33f62f7300765b5ffa8c966fa2fba50d176
authorMichael Paquier <michael@paquier.xyz>
Thu, 23 Jan 2025 07:03:48 +0000 (23 16:03 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 23 Jan 2025 07:03:48 +0000 (23 16:03 +0900)
tree6bfc2785fe4b88873ff8414ac7174cf5be0cf44b
parent858b4db378f2ba1dacd078b3b052027c3518fd13
Add error pattern checks for some TAP tests for non-existing objects

Some tests are updated to use command_fails_like(), gaining a check for
the error output generated.  The test changed in pg_amcheck has come up
after noticing that an incorrect option name still made the test to
pass, while the command failed.  The three other tests changed in
src/bin/scripts/ have been noticed by me, in passing.

Author: Dagfinn Ilmari MannsÃ¥ker, Michael Paquier
Discussion: https://postgr.es/m/87bjvy50cs.fsf@wibble.ilmari.org
src/bin/pg_amcheck/t/002_nonesuch.pl
src/bin/scripts/t/010_clusterdb.pl
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/070_dropuser.pl