$NetBSD: patch-ae,v 1.1 2005/11/24 19:34:01 wiz Exp $

--- pcrecpp_unittest.cc.orig	2005-09-12 10:45:39.000000000 +0200
+++ pcrecpp_unittest.cc
@@ -1022,7 +1022,7 @@ int main(int argc, char** argv) {
   }
 
   // Test that recursion is stopped: there will be some errors reported
-  int matchlimit = 5000;
+  int matchlimit = 500;
   int bytes = 15 * 1024;  // enough to crash if there was no match limit
   TestRecursion(bytes, ".", matchlimit);
   TestRecursion(bytes, "a", matchlimit);
