Commit 1087aa23 authored by Tom Lane's avatar Tom Lane

Fix typo in TAP test identification string.

Michael Paquier
parent 1e0d6512
......@@ -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 ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment