From patchwork Fri Mar 20 10:16:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eryu Guan X-Patchwork-Id: 6055451 Return-Path: X-Original-To: patchwork-fstests@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id DA82FBF90F for ; Fri, 20 Mar 2015 10:17:51 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E8DC2201C0 for ; Fri, 20 Mar 2015 10:17:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B4B020212 for ; Fri, 20 Mar 2015 10:17:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751620AbbCTKRt (ORCPT ); Fri, 20 Mar 2015 06:17:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44179 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332AbbCTKRs (ORCPT ); Fri, 20 Mar 2015 06:17:48 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2KAHmZ7021731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 20 Mar 2015 06:17:48 -0400 Received: from localhost (dhcp-12-136.nay.redhat.com [10.66.12.136]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t2KAHkb5018072; Fri, 20 Mar 2015 06:17:47 -0400 From: Eryu Guan To: fstests@vger.kernel.org Cc: Eryu Guan Subject: [PATCH 9/9] generic/077: add missing _require_scratch Date: Fri, 20 Mar 2015 18:16:58 +0800 Message-Id: <1426846618-23413-10-git-send-email-eguan@redhat.com> In-Reply-To: <1426846618-23413-1-git-send-email-eguan@redhat.com> References: <1426846618-23413-1-git-send-email-eguan@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP generic/077 uses $SCRATCH_DEV without _require_scratch. Add it back. Signed-off-by: Eryu Guan Reviewed-by: Brian Foster --- tests/generic/077 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/077 b/tests/generic/077 index 0d6aec7..8405b02 100755 --- a/tests/generic/077 +++ b/tests/generic/077 @@ -54,6 +54,7 @@ _supported_os Linux [ ! -d $filler ] && _notrun "No directory to source files from" +_require_scratch _require_attrs _require_acls _require_user