From patchwork Fri Jul 21 04:38:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 9856107 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 9D7D960393 for ; Fri, 21 Jul 2017 04:40:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7CB112877C for ; Fri, 21 Jul 2017 04:40:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 714C728781; Fri, 21 Jul 2017 04:40:20 +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.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID 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 17D20287B4 for ; Fri, 21 Jul 2017 04:40:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751665AbdGUEkT (ORCPT ); Fri, 21 Jul 2017 00:40:19 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36339 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751464AbdGUEkQ (ORCPT ); Fri, 21 Jul 2017 00:40:16 -0400 Received: by mail-pf0-f193.google.com with SMTP id a11so3924709pfj.3; Thu, 20 Jul 2017 21:40:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=XIx1aXBWLa1N+NaWBfVQPw9c4y5PpQ0fzQwoNH6h6gk=; b=fsz+FgdjhsQ8a6pYAYvCX9L8Km0e7RgHs4uDVBJmH/T10ELpFSvNUQD/JQ1WzgLKiK giTCFiXaPjeAJyTXwo2OPxPCrV1hsTA0mCMviXC/kys+KHcFiNMF0F1ohJOjGmd+h+NB TX8JooVZ4mTlWFBX/W8QhBcorFrlGrDQ/iaMrQ1kRz/+Dbq7mAyqtt/tjx5ViyODxQZ3 oHgtpGuy2xpjduVOCM/wLRqXTj9bsJ+jeM7oIFZa+CtSLGAftTS0lTslFKh2dwPl9Vjz YMrzGr7m8kjxoBx8YolO5yvcdFqiykdG2C8Asz3n/cMBvGZrQH40xydyuEX1gnPmJXM3 lFtg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=XIx1aXBWLa1N+NaWBfVQPw9c4y5PpQ0fzQwoNH6h6gk=; b=BURuIIYNXpyRTfhNumJB7bTJFJtOS0fgCvH2D90jo2EYrqHopejtms5ZkVpvxiOAWK UhuL9hfsBFxEPOjww1AEV1ydWtsiKrZkBHSrekB/xF6eqw5/OxWN0zct9zZS0QyufiPx iFzdUjchR+pStnKiAsjVGV3X15Ie8lz2oahAyNlQkQ4STwmuF6yWVttCCtAUvuRCvi2E FpncenXmQCOWxoe5oNilU0/eL00i7IPRdoFKSlplmQ1EXbSLbIvwN2zKCJ4XIAchj/3N Q+CBZoEw7V44lOvoDxlN6mmTATV992xq34oWMFHpX6bcBDvHxcn0y2i/eujxBCspGcQc 2edg== X-Gm-Message-State: AIVw112mBwmyyqeNrvpDfl4OHuH4uTQFvhGggAiUQIx61WScspOPgJiu 8dkqMHp38IcmLXSRlM0= X-Received: by 10.99.143.78 with SMTP id r14mr1435645pgn.417.1500612016171; Thu, 20 Jul 2017 21:40:16 -0700 (PDT) Received: from zzz.hsd1.wa.comcast.net (c-73-239-167-150.hsd1.wa.comcast.net. [73.239.167.150]) by smtp.gmail.com with ESMTPSA id c124sm7471334pfg.13.2017.07.20.21.40.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Jul 2017 21:40:15 -0700 (PDT) From: Eric Biggers To: fstests@vger.kernel.org Cc: linux-xfs@vger.kernel.org, Eric Biggers Subject: [PATCH v2 08/15] tests: remove generic/099 Date: Thu, 20 Jul 2017 21:38:46 -0700 Message-Id: <20170721043853.364-9-ebiggers3@gmail.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170721043853.364-1-ebiggers3@gmail.com> References: <20170721043853.364-1-ebiggers3@gmail.com> Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Eric Biggers This IRIX-specific ACL test was nearly identical to shared/051, which has been better maintained and will be made a generic test in the next commit. Therefore, remove the existing generic/099. Signed-off-by: Eric Biggers --- common/attr | 12 -- tests/generic/099 | 331 -------------------------------------------------- tests/generic/099.out | 215 -------------------------------- tests/generic/group | 1 - 4 files changed, 559 deletions(-) delete mode 100755 tests/generic/099 delete mode 100644 tests/generic/099.out diff --git a/common/attr b/common/attr index c840ce42..fae367f0 100644 --- a/common/attr +++ b/common/attr @@ -117,18 +117,6 @@ _acl_ls() _ls_l -n $* | awk '{ print $1, $3, $4, $NF }' | _acl_filter_id } -# -_acl_list() -{ - _file1=$1 - - if [ $HOSTOS = "IRIX" ]; then - ls -dD $_file1 | _acl_filter_id - else - chacl -l $_file1 | _acl_filter_id - fi -} - # create an ACL with n ACEs in it # _create_n_aces() diff --git a/tests/generic/099 b/tests/generic/099 deleted file mode 100755 index 4af588c8..00000000 diff --git a/tests/generic/099.out b/tests/generic/099.out deleted file mode 100644 index 3f4f663f..00000000 diff --git a/tests/generic/group b/tests/generic/group index 20c278cc..93a7378b 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -101,7 +101,6 @@ 096 auto prealloc quick zero 097 attr auto quick 098 auto quick metadata -099 udf auto 100 udf auto 101 auto quick metadata 102 auto rw