mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Simplify a needlessly-complicated regular expression.
Dilip Kumar Discussion: https://postgr.es/m/CAFiTN-uV_u1LgBN_CAiGyfgPXp+bfBUVqG5mZ24Nqc8e_Yb0HQ@mail.gmail.com
This commit is contained in:
parent
860ea46ba7
commit
c6863b8582
@ -109,7 +109,7 @@ $node->command_checks_all(
|
||||
1,
|
||||
[qr/^$/],
|
||||
[
|
||||
qr/^createdb: error: database creation failed: ERROR: invalid create database strategy|^createdb: error: database creation failed: ERROR: invalid create database strategy foo/s
|
||||
qr/^createdb: error: database creation failed: ERROR: invalid create database strategy foo/s
|
||||
],
|
||||
'createdb with incorrect --strategy');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user