diff options
author | наб <[email protected]> | 2022-03-10 20:14:28 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-03-15 15:14:50 -0700 |
commit | 1c41d8941cb5a76d71930d2af976c376c05ed318 (patch) | |
tree | f7e6fe16548b4b6781cac20005567a6854b3748f /tests/runfiles/sanity.run | |
parent | 77cdc63d0959971f7e13cb81dad348074b4c3ff6 (diff) |
tests: validate getsubopt(3) expulsion
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12996
Diffstat (limited to 'tests/runfiles/sanity.run')
-rw-r--r-- | tests/runfiles/sanity.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runfiles/sanity.run b/tests/runfiles/sanity.run index 383308bb5..9faf0e4d9 100644 --- a/tests/runfiles/sanity.run +++ b/tests/runfiles/sanity.run @@ -236,7 +236,7 @@ tests = ['zfs_upgrade_001_pos', 'zfs_upgrade_002_pos', 'zfs_upgrade_006_neg', tags = ['functional', 'cli_root', 'zfs_upgrade'] [tests/functional/cli_root/zfs_wait] -tests = ['zfs_wait_deleteq'] +tests = ['zfs_wait_deleteq', 'zfs_wait_getsubopt'] tags = ['functional', 'cli_root', 'zfs_wait'] [tests/functional/cli_root/zpool] |