From: Karel Zak Date: Mon, 19 Jun 2023 11:45:06 +0000 (+0200) Subject: tests: add user and user=name mount test X-Git-Tag: v2.40-rc1~384 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b11005d90ffc2c91154e8bf664160ab7f398330e;p=thirdparty%2Futil-linux.git tests: add user and user=name mount test Signed-off-by: Karel Zak --- 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