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