From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chandan Rajendra Subject: [PATCH] overlay/038: Remove af_unix program requirement Date: Fri, 6 Oct 2017 14:59:33 +0530 Message-ID: <20171006092933.15642-1-chandan@linux.vnet.ibm.com> Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:56854 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752165AbdJFJ2t (ORCPT ); Fri, 6 Oct 2017 05:28:49 -0400 Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v969Q7aF130220 for ; Fri, 6 Oct 2017 05:28:49 -0400 Received: from e18.ny.us.ibm.com (e18.ny.us.ibm.com [129.33.205.208]) by mx0a-001b2d01.pphosted.com with ESMTP id 2de75h07ks-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 06 Oct 2017 05:28:48 -0400 Received: from localhost by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 6 Oct 2017 05:28:47 -0400 Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: fstests@vger.kernel.org, amir73il@gmail.com Cc: Chandan Rajendra , linux-unionfs@vger.kernel.org, eguan@redhat.com overlay/038 does not use src/af_unix program. This commit removes the corresponding _require_test_program statement. Signed-off-by: Chandan Rajendra --- tests/overlay/038 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/overlay/038 b/tests/overlay/038 index 69fd76a..6079b95 100755 --- a/tests/overlay/038 +++ b/tests/overlay/038 @@ -48,7 +48,6 @@ _supported_fs overlay _supported_os Linux _require_scratch _require_attrs -_require_test_program "af_unix" _require_test_program "t_dir_type" rm -f $seqres.full -- 2.9.5