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:
Brian Behlendorf 2025-09-15 09:30:57 -07:00
parent da33cfd436
commit 53c8d7071d

View File

@ -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',