Jim Meyering wrote:
> There was actually one failure on Solaris 10:
> 
>   FAIL: test-copy-acl-1.sh (exit: 1)
>   ==================================
> 
>   + test 1 = 0
>   + func_tmpdir
>   + : /var/tmp
>   tmp=/var/tmp/glj4aWlm
> 

The *-1.sh tests exercise the local file system on /var/tmp.
The *-2.sh tests exercise the file system in the build dir.
For me, those were UFS and NFS, respectively. For you, it might also be ZFS...

> error accessing the ACLs of file tmpfile0
> Abort - core dumped

Here the first step is to find out the minimal changes to tests/test-sameacls.c
that make the test pass. This gives an indication for the second step: what to
change in lib/*acl*.c.

Bruno
-- 
In memoriam Andre Spitzer <http://en.wikipedia.org/wiki/Andre_Spitzer>
            Efat Ghazi <http://en.wikipedia.org/wiki/Efat_Ghazi>
            David Mark Berger <http://en.wikipedia.org/wiki/David_Mark_Berger>
            Ze'ev Friedman <http://en.wikipedia.org/wiki/Ze'ev_Friedman>
            Yossef Gutfreund <http://en.wikipedia.org/wiki/Yossef_Gutfreund>
            Eliezer Halfin <http://en.wikipedia.org/wiki/Eliezer_Halfin>
            Amitzur Shapira <http://en.wikipedia.org/wiki/Amitzur_Shapira>
            Kehat Shorr <http://en.wikipedia.org/wiki/Kehat_Shorr>
            Mark Slavin <http://en.wikipedia.org/wiki/Mark_Slavin>
            Yakov Springer <http://en.wikipedia.org/wiki/Yakov_Springer>

Reply via email to