Bruno Haible wrote: > Jim Meyering wrote: >> grep snapshot: >> http://meyering.net/grep/grep-2.11.11-b00d1.tar.xz > > On Linux/glibc systems with various CPUs: All tests passed. > > On OpenBSD 4.9: All tests passed. > > On Solaris 11 2011-11: All tests passed. > > =============================================================================== > > On MacOS X 10.5: > FAIL: in-eq-out-infloop > This is due to the '...' vs. ‘...’ mismatch (still on my TODO list to > follow up to your ideas). > > =============================================================================== > > On NetBSD 5.1: > FAIL: symlink > > FAIL: symlink > ============= > > grep: e: No such file or directory > --- exp 2012-04-11 16:30:23.000000000 +0200 > +++ out 2012-04-11 16:30:23.000000000 +0200 > @@ -1,3 +1,4 @@ > +Binary file d matches
Hi Bruno, Thanks for all the testing. The new symlink failures should be easy to fix, one way or another. They arise because the test opens and attempts to read from/search a directory. On some systems, reading an FD open on a directory fails with EISDIR, and on others (like the above), the read succeeds and returns raw directory entry data.
