All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] busybox: Delete the option "-n" from umount to avoid using root permission.
@ 2018-09-04 11:32 Wang Mingyu
  2018-09-04 11:32 ` [Fuego] [PATCH] iperf: Add test cases for command iperf Wang Mingyu
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Wang Mingyu @ 2018-09-04 11:32 UTC (permalink / raw)
  To: fuego

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 engine/tests/Functional.busybox/tests/busybox_umount.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/tests/Functional.busybox/tests/busybox_umount.sh b/engine/tests/Functional.busybox/tests/busybox_umount.sh
index 8688a20..dc07c4b 100644
--- a/engine/tests/Functional.busybox/tests/busybox_umount.sh
+++ b/engine/tests/Functional.busybox/tests/busybox_umount.sh
@@ -6,7 +6,7 @@
 test="umount"
 
 mkdir test_dir
-mount -n -t tmpfs none test_dir
+mount -t tmpfs none test_dir
 
 if mount | grep "none on .*test_dir"
 then
-- 
1.8.3.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-09  4:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 11:32 [Fuego] [PATCH] busybox: Delete the option "-n" from umount to avoid using root permission Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] iperf: Add test cases for command iperf Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] libxml: Add test cases for command libxml Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] libtool: Add test cases for command libtool Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] fbset: Add test cases for command fbset Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] initscripts: Add test cases for command initscripts Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] logrotate: Add test cases for command logrotate Wang Mingyu
2018-09-04 11:32 ` [Fuego] [PATCH] m4: Add test cases for command m4 Wang Mingyu
2018-11-09  4:40 ` [Fuego] [PATCH] busybox: Delete the option "-n" from umount to avoid using root permission Tim.Bird

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.