mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Fix one more TAP test to use standard command-line argument ordering.
Commit c67a86f7da
caught most of these,
but this negative test escaped notice. The test did pass, for the wrong
reason, under affected configurations.
Michael Paquier
This commit is contained in:
parent
b339a5cf90
commit
84c08a7649
@ -25,7 +25,7 @@ command_ok([ 'initdb', '-X', "$tempdir/pgxlog", "$tempdir/data" ],
|
||||
|
||||
system_or_bail "rm -rf '$tempdir'/*";
|
||||
command_fails(
|
||||
[ 'initdb', "$tempdir/data", '-X', 'pgxlog' ],
|
||||
[ 'initdb', '-X', 'pgxlog', "$tempdir/data" ],
|
||||
'relative xlog directory not allowed');
|
||||
|
||||
system_or_bail "rm -rf '$tempdir'/*";
|
||||
|
Loading…
Reference in New Issue
Block a user