From dev-return-14812-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Sep 27 12:59:05 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 33712 invoked from network); 27 Sep 2005 12:59:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2005 12:59:04 -0000 Received: (qmail 66420 invoked by uid 500); 27 Sep 2005 12:59:03 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 66373 invoked by uid 500); 27 Sep 2005 12:59:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 66360 invoked by uid 99); 27 Sep 2005 12:59:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2005 05:59:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2005 05:59:09 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j8RCweGw006236 for ; Tue, 27 Sep 2005 08:58:40 -0400 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j8RCwdV10295 for ; Tue, 27 Sep 2005 08:58:40 -0400 Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.13.4/8.13.4/Submit) id j8RCwd1x006659 for dev@apr.apache.org; Tue, 27 Sep 2005 13:58:39 +0100 Date: Tue, 27 Sep 2005 13:58:39 +0100 From: Joe Orton To: dev@apr.apache.org Subject: Re: svn commit: r291341 - in /apr/apr/branches/0.9.x: CHANGES file_io/unix/dir.c test/testdir.c Message-ID: <20050927125839.GA2024@redhat.com> Mail-Followup-To: dev@apr.apache.org References: <20050924222726.40935.qmail@minotaur.apache.org> <20050927124929.GC27268@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20050927124929.GC27268@redhat.com> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tue, Sep 27, 2005 at 01:49:29PM +0100, Joe Orton wrote: > On Tue, Sep 27, 2005 at 07:55:14AM -0400, Jeff Trawick wrote: > > This chdir && rmdir operation fails with EBUSY on AIX and HP-UX. (I > > see it work on Linux; haven't tested other boxes.) Is there another > > way to accomplish the test? Can you test whether the trunk code handles this OK? If so I'll backport it everywhere. joe