mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-25 10:12:13 +03:00
ZTS: Fix zfs_send_delegation_user test
Correct the path in the common.run file. The zfs_send_delegation_user test is installed under cli_user not cli_root. Reviewed-by: Allan Jude <allan@klarasystems.com> Reviewed-by: Paul Dagnelie <paul.dagnelie@klarasystems.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #17740
This commit is contained in:
parent
da33cfd436
commit
53c8d7071d
@ -641,9 +641,9 @@ tests = ['zfs_list_001_pos', 'zfs_list_002_pos', 'zfs_list_003_pos',
|
|||||||
user =
|
user =
|
||||||
tags = ['functional', 'cli_user', 'zfs_list']
|
tags = ['functional', 'cli_user', 'zfs_list']
|
||||||
|
|
||||||
[tests/functional/cli_root/zfs_send_delegation_user]
|
[tests/functional/cli_user/zfs_send_delegation_user]
|
||||||
tests = ['zfs_send_usertest']
|
tests = ['zfs_send_usertest']
|
||||||
tags = ['functional', 'cli_root', 'zfs_send_delegation_user']
|
tags = ['functional', 'cli_user', 'zfs_send_delegation_user']
|
||||||
|
|
||||||
[tests/functional/cli_user/zpool_iostat]
|
[tests/functional/cli_user/zpool_iostat]
|
||||||
tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',
|
tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user