Re: test-rmdir on HP-UX 10.20

2011-06-08 Thread Eric Blake
On 06/08/2011 03:03 PM, Bruno Haible wrote: > Similarly, on HP-UX 10.20 I observe this failure: > > test-rmdir.h:69: assertion failed > FAIL: test-rmdir > > This fixes it. OK to apply? Yep, go ahead. >ASSERT (func (BASE "dir/.//") == -1); > - ASSERT (errno == EINVAL || errno == EBUSY |

test-rmdir on HP-UX 10.20

2011-06-08 Thread Bruno Haible
Hi Eric, Ralf Wildenhues wrote on 2010-08-25 in : > Fix test-unlinkat, test-rmdir failure on AIX 5.3. > > * tests/test-rmdir.h: Also accept EEXIST for > rmdir ("dir/.//"), unlinkat. > > diff --git a/tests/test-rm