mirror of
https://github.com/postgres/postgres.git
synced 2025-05-23 00:02:38 -04:00
Fix typo in TAP test identification string.
Michael Paquier
This commit is contained in:
parent
1e0d6512e5
commit
1087aa2314
@ -31,7 +31,7 @@ command_fails(
|
|||||||
|
|
||||||
command_fails(
|
command_fails(
|
||||||
[ 'initdb', '-U', 'pg_test', $datadir ],
|
[ 'initdb', '-U', 'pg_test', $datadir ],
|
||||||
'role names cannot being with "pg_"');
|
'role names cannot begin with "pg_"');
|
||||||
|
|
||||||
mkdir $datadir;
|
mkdir $datadir;
|
||||||
command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],
|
command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user