From patchwork Mon Mar 26 06:49:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Li Wang X-Patchwork-Id: 890784 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.linux.it (client-ip=213.254.12.146; helo=picard.linux.it; envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 408lBD30gnz9s1l for ; Mon, 26 Mar 2018 17:49:40 +1100 (AEDT) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id E19743E6429 for ; Mon, 26 Mar 2018 08:49:37 +0200 (CEST) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-3.smtp.seeweb.it (in-3.smtp.seeweb.it [IPv6:2001:4b78:1:20::3]) by picard.linux.it (Postfix) with ESMTP id 6A06E3E6413 for ; Mon, 26 Mar 2018 08:49:35 +0200 (CEST) Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by in-3.smtp.seeweb.it (Postfix) with ESMTPS id 97BA01A00E5F for ; Mon, 26 Mar 2018 08:49:35 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 39DA0401DED0 for ; Mon, 26 Mar 2018 06:49:34 +0000 (UTC) Received: from dhcp-12-102.nay.redhat.com (unknown [10.66.12.102]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4D8BF10EE95B for ; Mon, 26 Mar 2018 06:49:33 +0000 (UTC) From: Li Wang To: ltp@lists.linux.it Date: Mon, 26 Mar 2018 14:49:31 +0800 Message-Id: <20180326064931.5595-1-liwang@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Mon, 26 Mar 2018 06:49:34 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.6]); Mon, 26 Mar 2018 06:49:34 +0000 (UTC) for IP:'10.11.54.3' DOMAIN:'int-mx03.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'liwang@redhat.com' RCPT:'' X-Virus-Scanned: clamav-milter 0.99.2 at in-3.smtp.seeweb.it X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=7.0 tests=SPF_PASS, T_RP_MATCHES_RCVD autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on in-3.smtp.seeweb.it Subject: [LTP] [PATCH] modify_ldt: remove two outdated files X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" Signed-off-by: Li Wang --- testcases/kernel/syscalls/modify_ldt/run-modify_ldt01.sh | 11 ----------- testcases/kernel/syscalls/modify_ldt/run-modify_ldt02.sh | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100755 testcases/kernel/syscalls/modify_ldt/run-modify_ldt01.sh delete mode 100755 testcases/kernel/syscalls/modify_ldt/run-modify_ldt02.sh diff --git a/testcases/kernel/syscalls/modify_ldt/run-modify_ldt01.sh b/testcases/kernel/syscalls/modify_ldt/run-modify_ldt01.sh deleted file mode 100755 index 78bf7a1..0000000 --- a/testcases/kernel/syscalls/modify_ldt/run-modify_ldt01.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -syscall=modify_ldt - -if [ -f $LTPROOT/testcases/bin/${syscall}01 ]; then - $LTPROOT/testcases/bin/${syscall}01 -else - echo "${syscall}01 0 CONF : System doesn't support execution of the test" - -fi - diff --git a/testcases/kernel/syscalls/modify_ldt/run-modify_ldt02.sh b/testcases/kernel/syscalls/modify_ldt/run-modify_ldt02.sh deleted file mode 100755 index 0dd2e1f..0000000 --- a/testcases/kernel/syscalls/modify_ldt/run-modify_ldt02.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -syscall=modify_ldt - -if [ -f $LTPROOT/testcases/bin/${syscall}02 ]; then - $LTPROOT/testcases/bin/${syscall}02 -else - echo "${syscall}02 0 CONF : System doesn't support execution of the test" - -fi -