[EMAIL PROTECTED] writes:
> One difference I noted in the test code used between tar-1.16.1 and
> findutils-4.2.29 (2.60 vs 2.60a) was:
>
> tar: s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex);
> findutils: s = re_compile_pattern ("a[:]:]b\n", 9, ®ex);
>
> A printf in both shows that tar say
The following patch fixes a test failure in coreutils-6.N (N <= 7),
when run on a system using glibc-2.4.
2006-12-24 Jim Meyering <[EMAIL PROTECTED]>
Work around an fchownat bug in glibc-2.4:
http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
This b