[Fuego] [PATCH] busybox: Delete the option "-n" from umount to avoid using root permission.

Tim.Bird at sony.com Tim.Bird at sony.com
Fri Nov 9 04:40:56 UTC 2018



> -----Original Message-----
> From: Wang Mingyu on Tuesday, September 04, 2018 4:33 AM
> 
> Signed-off-by: Wang Mingyu <wangmy at 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

Applied.  Thanks.
 -- Tim



More information about the Fuego mailing list