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