diff mbox series

modify_ldt: remove two outdated files

Message ID 20180326064931.5595-1-liwang@redhat.com
State Accepted
Headers show
Series modify_ldt: remove two outdated files | expand

Commit Message

Li Wang March 26, 2018, 6:49 a.m. UTC
Signed-off-by: Li Wang <liwang@redhat.com>
---
 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

Comments

Petr Vorel March 26, 2018, 9:10 a.m. UTC | #1
Hi Li,

> Signed-off-by: Li Wang <liwang@redhat.com>
> ---
>  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
diff mbox series

Patch

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
-