Fix typo in TAP test identification string.

Michael Paquier
This commit is contained in:
Tom Lane 2016-05-23 20:04:27 -04:00
parent 1e0d6512e5
commit 1087aa2314
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ command_fails(
command_fails(
[ 'initdb', '-U', 'pg_test', $datadir ],
'role names cannot being with "pg_"');
'role names cannot begin with "pg_"');
mkdir $datadir;
command_ok([ 'initdb', '-N', '-T', 'german', '-X', $xlogdir, $datadir ],