bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] Recent findutils test suite failures


From: Tim Waugh
Subject: Re: [patch] Recent findutils test suite failures
Date: Wed, 23 Nov 2005 11:45:48 +0000
User-agent: Mutt/1.4.2.1i

With this patch in addition to yours (and removing the .xo files), I
no longer see any failures.

diff -u findutils-4.2.26/lib/buildcmd.c findutils-4.2.26/lib/buildcmd.c
--- findutils-4.2.26/lib/buildcmd.c     2005-11-23 09:47:48.000000000 +0000
+++ findutils-4.2.26/lib/buildcmd.c     2005-11-23 09:47:48.000000000 +0000
@@ -195,7 +195,7 @@
   if (!initial_args && ctl->args_per_exec &&
       ( (state->cmd_argc - ctl->initial_argc) == ctl->args_per_exec))
     return 1;
-  else if (state->cmd_argc == ARG_MAX / sizeof (void *) - 1)
+  else if (state->cmd_argc == ARG_MAX / sizeof (void *) - 2)
     return 1;
   else
     return 0;

Tim.
*/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]