Re: coreutils rm fix for Solaris -- please review this one....

2004-08-09 Thread Jim Meyering
Paul Eggert <[EMAIL PROTECTED]> wrote: > CVS coreutils rm failed "make check" due to the following scenario > in tests/rm/inaccessible: > >can't get the working directory initially; >... >chdir ("/foo/bar/abs1"); >... opendir, readdir, remove all entries here; then: ... >chdir (

coreutils rm fix for Solaris -- please review this one....

2004-07-28 Thread Paul Eggert
CVS coreutils rm failed "make check" due to the following scenario in tests/rm/inaccessible: can't get the working directory initially; ... chdir ("/foo/bar/abs1"); ... opendir, readdir, remove all entries here; then: ... chdir ("."); // because we couldn't get the working directory