From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] unionmount-testsuite: test rmdir of non-empty opaque dir Date: Thu, 14 May 2015 11:46:43 +0100 Message-ID: <27824.1431600403@warthog.procyon.org.uk> References: <20150513151502.GB19583@tucsk.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57298 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932627AbbENKqr (ORCPT ); Thu, 14 May 2015 06:46:47 -0400 In-Reply-To: Content-ID: <27823.1431600403.1@warthog.procyon.org.uk> Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: Vincent Batts Cc: dhowells@redhat.com, Miklos Szeredi , Josh Boyer , linux-unionfs@vger.kernel.org Vincent Batts wrote: > I'm not familiar with this testsuite. The empty_dir will be on the > lower level, and all the rmdir, mkdir and create are happening on a > mounted union fs? I don't see where that is clear. That's handled by the core of the test infrastructure: http://git.infradead.org/users/dhowells/unionmount-testsuite.git Look in the base of the git tree. The infrastructure creates a load of files and other objects then sets up the requested union (unionmount, overlayfs or even no union at all) over them and then runs all the tests. David