From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26659 invoked by alias); 4 Dec 2015 23:22:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37315 Received: (qmail 636 invoked from network); 4 Dec 2015 23:22:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=nxWEPgKDOUf+/0GbfQ0yDY7U87hTcK0GfNfZzjLgkTc=; b=u9eija6yc5svLpAjECYaoeIbQKCGMxS9PVacq4NEhyQePJ1N7FXnhp0kRm+FUlgaUB 5EUXzgyvQ/RPqKZIRZ05uWNcG2UZ/tQstkgjVv33GQUOzF/xVQcjzYwRfDEEL/RDRsAk meSs6nTiCtJjCJ2yTlgS9QNgLYAb2vZEk3pu1DWuBBbdFbZjDWV0VCuXoQbmlANpVhO9 Uweb7rGcvsFF+e9CdpgiWQyMUSWM0U1QUq5V257VLHVedUQTlzcVZ3awLb3ARzzvi7rs cdtGFZt29H8kR6L4YanVMGacIR09cbZEy0zBMlfn3N5mAsSe9UTTekERk+CFFIC8mpcd /9nQ== X-Received: by 10.129.138.195 with SMTP id a186mr4110878ywg.325.1449271375120; Fri, 04 Dec 2015 15:22:55 -0800 (PST) MIME-Version: 1.0 From: Baptiste Daroussin Date: Sat, 5 Dec 2015 00:22:35 +0100 Message-ID: Subject: [PATCH] portable mechanism to determine noatime To: Zsh workers Content-Type: text/plain; charset=UTF-8 Hello, While updating the FreeBSD package to 5.2, I got a failure when running the testsuite. Actually it was not a real failure are the said test is known to not work on a noatime filesystem which is my case. The way to test for noatime rely on /etc/mtab which we do not have Here is a patch to use the mount command instead: https://people.freebsd.org/~bapt/0001-Use-a-portable-mechanism-to-determine-if-the-filesys.patch Best regards, Bapt