From 4c4fa2b7a8c7f62593a0775fed6648ca11bcf5c1 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 12 Sep 2025 16:37:54 -0700 Subject: [PATCH] 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 Reviewed-by: Paul Dagnelie Signed-off-by: Brian Behlendorf Closes #17740 --- tests/runfiles/common.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run index 4dd700ef361c..2b002830c82f 100644 --- a/tests/runfiles/common.run +++ b/tests/runfiles/common.run @@ -641,9 +641,9 @@ tests = ['zfs_list_001_pos', 'zfs_list_002_pos', 'zfs_list_003_pos', user = 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'] -tags = ['functional', 'cli_root', 'zfs_send_delegation_user'] +tags = ['functional', 'cli_user', 'zfs_send_delegation_user'] [tests/functional/cli_user/zpool_iostat] tests = ['zpool_iostat_001_neg', 'zpool_iostat_002_pos',