* [LTP] [PATCH] modify_ldt: remove two outdated files
@ 2018-03-26 6:49 Li Wang
2018-03-26 9:10 ` Petr Vorel
0 siblings, 1 reply; 2+ messages in thread
From: Li Wang @ 2018-03-26 6:49 UTC (permalink / raw)
To: ltp
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
-
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* [LTP] [PATCH] modify_ldt: remove two outdated files
2018-03-26 6:49 [LTP] [PATCH] modify_ldt: remove two outdated files Li Wang
@ 2018-03-26 9:10 ` Petr Vorel
0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2018-03-26 9:10 UTC (permalink / raw)
To: ltp
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-26 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 6:49 [LTP] [PATCH] modify_ldt: remove two outdated files Li Wang
2018-03-26 9:10 ` Petr Vorel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox