[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: test-vc-list-files-cvs.sh failure on OS X 10.6.3
From: |
Peter O'Gorman |
Subject: |
Re: test-vc-list-files-cvs.sh failure on OS X 10.6.3 |
Date: |
Fri, 28 May 2010 08:43:03 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc11 Thunderbird/3.0.1 |
On 05/28/2010 12:30 AM, Gary V. Vaughan wrote:
> Obviously, the test is assuming GNU find (which is called gfind on my
> machine, but it doesn't come with Mac OS, which ships only BSD find),
> but with a cursory look around I couldn't see where the failing find
> was invoked.
It looks for a 'cvsu', hoping to find the one from
http://www.red-bean.com/cvsutils/ but in your case finding cvsu from
http://savannah.gnu.org/projects/cvs-utils
Maybe the test should not look for any cvs-utils at all, since there
appears to be a fallback?
Peter