Skip to content

Commit 2627d5b

Browse files
committed
Fix regression tests to match error message change
1 parent 37953b2 commit 2627d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plperl/expected/plperl_init.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ SHOW plperl.on_plperl_init;
1010

1111
DO $$ warn 42 $$ language plperl;
1212
ERROR: 'system' trapped by operation mask at line 2.
13-
CONTEXT: While executing plperl.on_plperl_init.
13+
CONTEXT: while executing plperl.on_plperl_init
1414
PL/Perl anonymous code block

0 commit comments

Comments
 (0)