Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] portable mechanism to determine noatime
- X-seq: zsh-workers 37315
- From: Baptiste Daroussin <baptiste.daroussin@xxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: [PATCH] portable mechanism to determine noatime
- Date: Sat, 5 Dec 2015 00:22:35 +0100
- 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==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author