From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Mon, 26 Mar 2018 11:10:49 +0200 Subject: [LTP] [PATCH] modify_ldt: remove two outdated files In-Reply-To: <20180326064931.5595-1-liwang@redhat.com> References: <20180326064931.5595-1-liwang@redhat.com> Message-ID: <20180326091049.GA1870@x230> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Li, > 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 > - Merged, thanks! Kind regards, Petr