Skip to content

Commit 9e294d0

Browse files
committed
pg_amcheck: Keep trying to fix the tests.
Fix another example of non-portable option ordering in the tests. Oversight in 2418927. Mark Dilger Discussion: https://postgr.es/m/C37D28BA-3BA3-4776-B812-17F05F3472D8@enterprisedb.com
1 parent de91c3b commit 9e294d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_amcheck/t/003_check.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ ()
468468
'pg_amcheck rejects garbage startblock');
469469

470470
command_fails_like(
471-
[ @cmd, 'db1', '-s', 's5', '--endblock', '1234junk' ],
471+
[ @cmd, '-s', 's5', '--endblock', '1234junk', 'db1' ],
472472
qr/invalid end block/,
473473
'pg_amcheck rejects garbage endblock');
474474

0 commit comments

Comments
 (0)