Fix regression tests to match error message change

This commit is contained in:
Andrew Dunstan 2010-05-18 03:35:34 +00:00
parent 37953b2d20
commit 2627d5bd0d
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ SHOW plperl.on_plperl_init;
DO $$ warn 42 $$ language plperl;
ERROR: 'system' trapped by operation mask at line 2.
CONTEXT: While executing plperl.on_plperl_init.
CONTEXT: while executing plperl.on_plperl_init
PL/Perl anonymous code block