Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham
	autolearn_force=no version=3.4.1
From: Jason L Tibbitts III <tibbs@math.uh.edu>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: zsh-workers@zsh.org
Subject: Re: Bug in C02cont.ztst's -N test
References: <ufa1t5pl0yg.fsf@epithumia.math.uh.edu>
	<160429131027.ZM22749@torch.brasslantern.com>
Date: Fri, 29 Apr 2016 17:38:41 -0500
In-Reply-To: <160429131027.ZM22749@torch.brasslantern.com> (Bart Schaefer's
	message of "Fri, 29 Apr 2016 13:10:27 -0700")
Message-ID: <ufashy4ghvy.fsf@epithumia.math.uh.edu>
User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.5 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Seq: zsh-workers 38361

Sorry to spam.

I patched in the test from current git plus your patch, and while the
test still fails, at least it fails due the actual check not working
instead of an error elsewhere.  In this case I was building on a
filesystem mounted with noatime (because I forgot how I configured
something), but the test simply has no way to tell as it it doesn't
appear possible to get the mount options from within the chroot.  Which
is not really the test's fault.  I can see, maybe, an environment
variable or option to make check which disables the test, but otherwise
I don't think it's a big deal at all.

 - J<


