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