OSDN Git Service

Fix regression tests to match error message change
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 18 May 2010 03:35:34 +0000 (03:35 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 18 May 2010 03:35:34 +0000 (03:35 +0000)
src/pl/plperl/expected/plperl_init.out

index b335dcc..4a04dbd 100644 (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