Re: truncate-fail-diag failure on Solaris

2008-06-11 Thread Bruno Haible
Jim Meyering wrote in : > > You could see whether the file name ends in '/' before > > you call open() on it, no? > > To work around such broken systems without polluting > all application code, in the past we've used wrapper >

Re: test-vc-list-files-git.sh failure

2008-06-11 Thread Bruno Haible
> Your analysis and patch look right. > Please commit. Applied. The failure occurred, btw, not only on Solaris 7, but also on Solaris 10, OSF/1 5.1, HP-UX 11, AIX 5.1, IRIX 6.5. Bruno

Re: test-vc-list-files-git.sh failure

2008-06-11 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > So it seems the test detected the absence of the 'git' program and set > the return code to 77, but is converted to 1 somewhere. This fixes it for me. > OK to commit? > > > 2008-06-10 Bruno Haible <[EMAIL PROTECTED]> > > * tests/test-vc-list-files-g