Skip to content

Commit 4b764fb

Browse files
authored
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
1 parent f319ff3 commit 4b764fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/runfiles/common.run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,9 @@ tests = ['zfs_list_001_pos', 'zfs_list_002_pos', 'zfs_list_003_pos',
641641
user =
642642
tags = ['functional', 'cli_user', 'zfs_list']
643643

644-
[tests/functional/cli_root/zfs_send_delegation_user]
644+
[tests/functional/cli_user/zfs_send_delegation_user]
645645
tests = ['zfs_send_usertest']
646-
tags = ['functional', 'cli_root', 'zfs_send_delegation_user']
646+
tags = ['functional', 'cli_user', 'zfs_send_delegation_user']
647647

648648
[tests/functional/cli_user/zpool_iostat]
649649
tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',

0 commit comments

Comments
 (0)