aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/mount/mount03.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/mount/mount03.c')
-rw-r--r--testcases/kernel/syscalls/mount/mount03.c7
1 files changed, 0 insertions, 7 deletions
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++) {