aboutsummaryrefslogtreecommitdiff
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases/kernel/module/delete_module/delete_module03.c7
-rw-r--r--testcases/kernel/module/query_module/query_module01.c7
-rw-r--r--testcases/kernel/module/query_module/query_module03.c7
-rw-r--r--testcases/kernel/syscalls/mount/mount01.c7
-rw-r--r--testcases/kernel/syscalls/mount/mount02.c7
-rw-r--r--testcases/kernel/syscalls/mount/mount03.c7
-rw-r--r--testcases/kernel/syscalls/mount/mount04.c7
-rw-r--r--testcases/kernel/syscalls/mount/mount05.c7
-rw-r--r--testcases/kernel/syscalls/mount/mount06.c7
-rw-r--r--testcases/kernel/syscalls/umount/umount01.c7
-rw-r--r--testcases/kernel/syscalls/umount/umount02.c7
-rw-r--r--testcases/kernel/syscalls/umount/umount03.c7
12 files changed, 0 insertions, 84 deletions
diff --git a/testcases/kernel/module/delete_module/delete_module03.c b/testcases/kernel/module/delete_module/delete_module03.c
index 794804963..1dd60ca34 100644
--- a/testcases/kernel/module/delete_module/delete_module03.c
+++ b/testcases/kernel/module/delete_module/delete_module03.c
@@ -111,13 +111,6 @@ static void setup(void)
tst_module_load(cleanup, DUMMY_MOD_DEP_KO, NULL);
dummy_mod_dep_loaded = 1;
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "doesn't allow running more than one instance "
- "at a time");
- STD_COPIES = 1;
- }
-
TEST_PAUSE;
}
diff --git a/testcases/kernel/module/query_module/query_module01.c b/testcases/kernel/module/query_module/query_module01.c
index f2fee0deb..6798f7ab4 100644
--- a/testcases/kernel/module/query_module/query_module01.c
+++ b/testcases/kernel/module/query_module/query_module01.c
@@ -162,13 +162,6 @@ int main(int argc, char **argv)
tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
}
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for these testcases - "
- "doesn't allow running more than one instance "
- "at a time");
- STD_COPIES = 1;
- }
-
tst_tmpdir();
setup();
diff --git a/testcases/kernel/module/query_module/query_module03.c b/testcases/kernel/module/query_module/query_module03.c
index eff1cf703..43f5e965c 100644
--- a/testcases/kernel/module/query_module/query_module03.c
+++ b/testcases/kernel/module/query_module/query_module03.c
@@ -159,13 +159,6 @@ int main(int argc, char **argv)
tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
}
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "doesn't allow running more than one instance "
- "at a time");
- STD_COPIES = 1;
- }
-
tst_tmpdir();
setup();
diff --git a/testcases/kernel/syscalls/mount/mount01.c b/testcases/kernel/syscalls/mount/mount01.c
index ea77482cd..67b42e5f1 100644
--- a/testcases/kernel/syscalls/mount/mount01.c
+++ b/testcases/kernel/syscalls/mount/mount01.c
@@ -65,13 +65,6 @@ int main(int ac, char **av)
"you must specify the device used for mounting with the -D "
"option");
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/mount/mount02.c b/testcases/kernel/syscalls/mount/mount02.c
index 2f20386da..7acc9ac22 100644
--- a/testcases/kernel/syscalls/mount/mount02.c
+++ b/testcases/kernel/syscalls/mount/mount02.c
@@ -107,13 +107,6 @@ int main(int ac, char **av)
tst_brkm(TBROK, NULL, "You must specifiy the device used for "
" mounting with -D option.");
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/mount/mount03.c b/testcases/kernel/syscalls/mount/mount03.c
index 1e699bcc3..d8a63557b 100644
--- a/testcases/kernel/syscalls/mount/mount03.c
+++ b/testcases/kernel/syscalls/mount/mount03.c
@@ -104,13 +104,6 @@ int main(int argc, char *argv[])
"you must specify the device used for mounting with -D "
"option");
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/mount/mount04.c b/testcases/kernel/syscalls/mount/mount04.c
index 4804bad37..b0ed4df6f 100644
--- a/testcases/kernel/syscalls/mount/mount04.c
+++ b/testcases/kernel/syscalls/mount/mount04.c
@@ -78,13 +78,6 @@ int main(int ac, char **av)
tst_exit();
}
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/mount/mount05.c b/testcases/kernel/syscalls/mount/mount05.c
index c3226b915..d0c9200b9 100644
--- a/testcases/kernel/syscalls/mount/mount05.c
+++ b/testcases/kernel/syscalls/mount/mount05.c
@@ -66,13 +66,6 @@ int main(int argc, char *argv[])
if (msg != NULL)
tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/mount/mount06.c b/testcases/kernel/syscalls/mount/mount06.c
index 4262ed98b..94f81c6c2 100644
--- a/testcases/kernel/syscalls/mount/mount06.c
+++ b/testcases/kernel/syscalls/mount/mount06.c
@@ -81,13 +81,6 @@ int main(int argc, char *argv[])
"you must specify the device used for mounting with "
"the -D option");
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/umount/umount01.c b/testcases/kernel/syscalls/umount/umount01.c
index 2f60219b8..19ff10cc3 100644
--- a/testcases/kernel/syscalls/umount/umount01.c
+++ b/testcases/kernel/syscalls/umount/umount01.c
@@ -67,13 +67,6 @@ int main(int ac, char **av)
" information.", TCID);
}
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/umount/umount02.c b/testcases/kernel/syscalls/umount/umount02.c
index c69197d5d..81a9da5a2 100644
--- a/testcases/kernel/syscalls/umount/umount02.c
+++ b/testcases/kernel/syscalls/umount/umount02.c
@@ -109,13 +109,6 @@ int main(int ac, char **av)
tst_exit();
}
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {
diff --git a/testcases/kernel/syscalls/umount/umount03.c b/testcases/kernel/syscalls/umount/umount03.c
index 41f7d0786..e33a8458d 100644
--- a/testcases/kernel/syscalls/umount/umount03.c
+++ b/testcases/kernel/syscalls/umount/umount03.c
@@ -84,13 +84,6 @@ int main(int ac, char **av)
" information.", TCID);
}
- if (STD_COPIES != 1) {
- tst_resm(TINFO, "-c option has no effect for this testcase - "
- "%s doesn't allow running more than one instance "
- "at a time", TCID);
- STD_COPIES = 1;
- }
-
setup();
for (lc = 0; TEST_LOOPING(lc); lc++) {