From patchwork Fri Jul 21 04:38:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 9856093 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 7BE7460393 for ; Fri, 21 Jul 2017 04:40:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5A34C28778 for ; Fri, 21 Jul 2017 04:40:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4C5A3287AA; Fri, 21 Jul 2017 04:40:16 +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 009E728773 for ; Fri, 21 Jul 2017 04:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751628AbdGUEkO (ORCPT ); Fri, 21 Jul 2017 00:40:14 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33180 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460AbdGUEkM (ORCPT ); Fri, 21 Jul 2017 00:40:12 -0400 Received: by mail-pf0-f193.google.com with SMTP id k72so561255pfj.0; Thu, 20 Jul 2017 21:40:12 -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=m4p5HrIPj8a0ZRHHFpVm6PCtnl+4UEo5qSEUMPMlCvg=; b=ZRRM7beI0bLS9VZPi/u7Fw/+Cy9hN3yEZtwEnLZCwqNw/RjPZiL1+JkvFQv4Hnu1Md f0RiPTfR+fQccjKkUmVkky3gQ+lU1Qjo+rI83CY5SFqcNpSizmsGS1hL2Z7t+bDOjHJn RaW+mMpipPAzcmtPCD3zYLG8YVsfqAl94ShTWxHfWKsn++qw2CUpSZdWCYZKLxMxZogo 3GcCOmDJxV/M7q8tj+0jB7PKeqrsNXPdHYraUxewBUr9sZX+svhrfS9cTTJg9WWG08dE bI9C4MONR8pYF1Bvw2gtuk4HgeNdu4mC+XruSwEVZa7Hm0aDkVcjiq6f3RY+V6y02mVp P3aw== 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=m4p5HrIPj8a0ZRHHFpVm6PCtnl+4UEo5qSEUMPMlCvg=; b=J2w1UOB5MRSSSJAPKrXlM6e37Bmyx4/SePTJxMzPWPpVh5vQN8IlFI/J8qOq17WbdH akhcWOSTDp3E1NONQpFmSlaHLZhLGt80x/ENXexYwKrM1wTVlN9D2wWZkCeGQjc/3RES mBGlXw1GfZ9L9bwLZztxBBrcQEHuCQjxBtzu5vWLQCnLFmfZes5tDiXL6x3JLfc/GqPt +qCdQuavQ2WG5UH8PXFWzI6c7hKtJBufp2Hfge5YcoHbBPKPtt2A9EGXVSMX03T0tPZl extgl77R+TF8sWPKxbbH7G1NYO4+w8443kka0wYDFbKNnoUhexmWVVzLpBMZgfQmhdE7 X0vA== X-Gm-Message-State: AIVw111efkmmwD3eCpR4i1vr9nteKkGexYQrycWlolnYXJ8Siiv/J/Ex BMT/U/5KU3AoG3XvwEo= X-Received: by 10.98.93.87 with SMTP id r84mr6130987pfb.292.1500612011804; Thu, 20 Jul 2017 21:40:11 -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.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Jul 2017 21:40:11 -0700 (PDT) From: Eric Biggers To: fstests@vger.kernel.org Cc: linux-xfs@vger.kernel.org, Eric Biggers Subject: [PATCH v2 04/15] tests: remove udf/098 Date: Thu, 20 Jul 2017 21:38:42 -0700 Message-Id: <20170721043853.364-5-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 udf/098 was an IRIX and UDF-specific test which tested xattrs. But the Linux UDF driver doesn't support xattrs, and even if it did there are already generic xattr tests --- including now generic/097 which is basically the same test. So just delete udf/098. Signed-off-by: Eric Biggers --- tests/udf/098 | 274 --------- tests/udf/098.out | 1594 ----------------------------------------------------- tests/udf/group | 1 - 3 files changed, 1869 deletions(-) delete mode 100755 tests/udf/098 delete mode 100644 tests/udf/098.out diff --git a/tests/udf/098 b/tests/udf/098 deleted file mode 100755 index 09792a76..00000000 diff --git a/tests/udf/098.out b/tests/udf/098.out deleted file mode 100644 index 63772a0a..00000000 diff --git a/tests/udf/group b/tests/udf/group index 24f682cc..f4372e09 100644 --- a/tests/udf/group +++ b/tests/udf/group @@ -3,6 +3,5 @@ # - do not start group names with a digit # - comment line before each group is "new" description # -098 udf auto 101 udf 102 udf