diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-23 20:04:27 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-05-23 20:04:27 -0400 |
commit | 1087aa2314c7755cd436e37b95b84ba2c35b987c (patch) | |
tree | aad6d849294ca32db01d05826be064bf7640736d /src | |
parent | 1e0d6512e573a568a8ea1a0cb94ea30f800350e2 (diff) | |
download | postgresql-1087aa2314c7755cd436e37b95b84ba2c35b987c.tar.gz postgresql-1087aa2314c7755cd436e37b95b84ba2c35b987c.zip |
Fix typo in TAP test identification string.
Michael Paquier
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/t/001_initdb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/t/001_initdb.pl b/src/bin/initdb/t/001_initdb.pl index 8cf762a19cc..372865d3f7a 100644 --- a/src/bin/initdb/t/001_initdb.pl +++ b/src/bin/initdb/t/001_initdb.pl @@ -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 ], |