From patchwork Mon Jul 18 08:07:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 9234185 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CADA86075D for ; Mon, 18 Jul 2016 08:07:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BE1232094D for ; Mon, 18 Jul 2016 08:07:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B3190212D9; Mon, 18 Jul 2016 08:07:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4E3112094D for ; Mon, 18 Jul 2016 08:07:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751441AbcGRIHh (ORCPT ); Mon, 18 Jul 2016 04:07:37 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:50605 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437AbcGRIHh (ORCPT ); Mon, 18 Jul 2016 04:07:37 -0400 Received: from [5.61.10.130] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bP3aS-0004cj-Mt for fstests@vger.kernel.org; Mon, 18 Jul 2016 08:07:37 +0000 From: Christoph Hellwig To: fstests@vger.kernel.org Subject: [PATCH] generic/120: requires working *atime mount options Date: Mon, 18 Jul 2016 11:07:33 +0300 Message-Id: <1468829253-24664-1-git-send-email-hch@lst.de> X-Mailer: git-send-email 2.1.4 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP So call _require_atime to avoid spurious failures on NFS. Signed-off-by: Christoph Hellwig --- tests/generic/120 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/generic/120 b/tests/generic/120 index 4271344..9cf4ea8 100755 --- a/tests/generic/120 +++ b/tests/generic/120 @@ -40,6 +40,8 @@ _supported_fs generic _supported_os Linux IRIX _require_scratch +_require_atime + _scratch_mkfs >/dev/null 2>&1 || _fail "mkfs failed" _compare_access_times()