diff -c build-farm-4.12.orig/run_build.pl build-farm-4.12/run_build.pl
*** build-farm-4.12.orig/run_build.pl	Sat Apr  5 17:15:45 2014
--- build-farm-4.12/run_build.pl	Sat Apr  5 23:13:37 2014
***************
*** 1533,1540 ****
      {
  
          # On OS X, we need to examine the .o files
          my $obj_wanted = sub {
!             /^.*\.o\z/s && push(@testfiles, $File::Find::name);
          };
  
          File::Find::find($obj_wanted,$pgsql);
--- 1533,1541 ----
      {
  
          # On OS X, we need to examine the .o files
+         # exclude ecpg/test, which pgindent does too
          my $obj_wanted = sub {
!             /^.*\.o\z/s && ! ($File::Find::name =~ m!/ecpg/test/!s) && push(@testfiles, $File::Find::name);
          };
  
          File::Find::find($obj_wanted,$pgsql);
