From b11005d90ffc2c91154e8bf664160ab7f398330e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 Jun 2023 13:45:06 +0200 Subject: [PATCH] tests: add user and user=name mount test Signed-off-by: Karel Zak --- tests/ts/mount/special | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/ts/mount/special b/tests/ts/mount/special index 90fdd77a30..359d8aaca7 100755 --- a/tests/ts/mount/special +++ b/tests/ts/mount/special @@ -47,6 +47,14 @@ ts_init_subtest "multi-types" $TS_CMD_MOUNT -t mytest,invalid /foo /bar &> $TS_OUTPUT ts_finalize_subtest +ts_init_subtest "user" +$TS_CMD_MOUNT -t mytest -ouser,abc /foo /bar &> $TS_OUTPUT +ts_finalize_subtest + +ts_init_subtest "username" +$TS_CMD_MOUNT -t mytest -ouser=name,abc /foo /bar &> $TS_OUTPUT +ts_finalize_subtest + rm -f $MOUNTER ts_finalize -- 2.47.3